|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/ELFNixPlatform.h"#include "llvm/ExecutionEngine/JITLink/aarch64.h"#include "llvm/ExecutionEngine/JITLink/loongarch.h"#include "llvm/ExecutionEngine/JITLink/ppc64.h"#include "llvm/ExecutionEngine/JITLink/x86_64.h"#include "llvm/ExecutionEngine/Orc/AbsoluteSymbols.h"#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h"#include "llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h"#include "llvm/Support/Debug.h"#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::orc |
Macros | |
| #define | DEBUG_TYPE "orc" |
Functions | |
| static void | llvm::orc::addAliases (ExecutionSession &ES, SymbolAliasMap &Aliases, ArrayRef< std::pair< const char *, const char * > > AL) |
| #define DEBUG_TYPE "orc" |
Definition at line 21 of file ELFNixPlatform.cpp.