PandA-2024.02
|
#include "tree-panda-gcc-Parameter.hpp"
#include "compiler_wrapper.hpp"
#include "cpu_time.hpp"
#include "custom_set.hpp"
#include "dbgPrintHelper.hpp"
#include "fileIO.hpp"
#include "module_interface.hpp"
#include "string_manipulation.hpp"
#include "utility.hpp"
#include <climits>
#include <cstring>
#include <filesystem>
#include <getopt.h>
#include <iosfwd>
#include <vector>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include "config_HAVE_I386_CLANG16_COMPILER.hpp"
#include "config_PANDA_DATA_INSTALLDIR.hpp"
#include "config_RELEASE.hpp"
Go to the source code of this file.
Macros | |
#define | OPT_PRINT_FILE_NAME 256 |
#define | OPT_INCLUDE 257 |
#define | OPT_ISYSTEM 258 |
#define | OPT_MF 259 |
#define | OPT_MT 260 |
#define | OPT_MQ 261 |
#define | OPT_IQUOTE 262 |
#define | OPT_ISYSROOT 263 |
#define | OPT_IMULTILIB 264 |
#define | OPT_IPLUGINDIR 265 |
#define | OPT_MINUS_INCLUDE 266 |
#define | OPT_START_GROUP 267 |
#define | OPT_END_GROUP 268 |
#define | OPT_MINUS_MAP 269 |
#define | OPT_GC_SECTIONS 270 |
Definition in file tree-panda-gcc-Parameter.cpp.
#define OPT_END_GROUP 268 |
Definition at line 78 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_GC_SECTIONS 270 |
Definition at line 80 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_IMULTILIB 264 |
Definition at line 74 of file tree-panda-gcc-Parameter.cpp.
#define OPT_INCLUDE 257 |
Definition at line 67 of file tree-panda-gcc-Parameter.cpp.
#define OPT_IPLUGINDIR 265 |
Definition at line 75 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_IQUOTE 262 |
Definition at line 72 of file tree-panda-gcc-Parameter.cpp.
#define OPT_ISYSROOT 263 |
Definition at line 73 of file tree-panda-gcc-Parameter.cpp.
#define OPT_ISYSTEM 258 |
Definition at line 68 of file tree-panda-gcc-Parameter.cpp.
#define OPT_MF 259 |
Definition at line 69 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_MINUS_INCLUDE 266 |
Definition at line 76 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_MINUS_MAP 269 |
Definition at line 79 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_MQ 261 |
Definition at line 71 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_MT 260 |
Definition at line 70 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_PRINT_FILE_NAME 256 |
Definition at line 66 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().
#define OPT_START_GROUP 267 |
Definition at line 77 of file tree-panda-gcc-Parameter.cpp.
Referenced by tree_panda_gcc_parameter::Exec().