PandA-2024.02
|
Implementation of the wrapper to Gcc for C sources. More...
#include "custom_map.hpp"
#include "custom_set.hpp"
#include "dbgPrintHelper.hpp"
#include "refcount.hpp"
#include <filesystem>
#include <iosfwd>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | CompilerWrapper |
Main class for wrapping the frontend compiler. More... | |
class | CompilerWrapper::Compiler |
Class storing information of a compiler. More... | |
Typedefs | |
using | CompilerWrapperRef = refcount< CompilerWrapper > |
Refcount definition for the CompilerWrapper class. More... | |
using | CompilerWrapperConstRef = refcount< const CompilerWrapper > |
Functions | |
REF_FORWARD_DECL (application_manager) | |
CONSTREF_FORWARD_DECL (Parameter) | |
REF_FORWARD_DECL (Parameter) | |
REF_FORWARD_DECL (tree_manager) | |
Implementation of the wrapper to Gcc for C sources.
Wrapper to the frontend compiler for C/C++ sources.
Implementation of the methods for the object for invoke the GCC compiler from sources and create the dump.
A object used to invoke the frontend compiler from sources and create the dump.
Definition in file compiler_wrapper.hpp.
using CompilerWrapperConstRef = refcount<const CompilerWrapper> |
Definition at line 369 of file compiler_wrapper.hpp.
using CompilerWrapperRef = refcount<CompilerWrapper> |
Refcount definition for the CompilerWrapper class.
Definition at line 368 of file compiler_wrapper.hpp.
|
strong |
target of the compiler
Definition at line 83 of file compiler_wrapper.hpp.
|
strong |
Possible optimization sets.
Definition at line 64 of file compiler_wrapper.hpp.
CONSTREF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | application_manager | ) |
REF_FORWARD_DECL | ( | Parameter | ) |
REF_FORWARD_DECL | ( | tree_manager | ) |