|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/Debugging/ELFDebugObjectPlugin.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/BinaryFormat/ELF.h"#include "llvm/ExecutionEngine/JITLink/JITLink.h"#include "llvm/ExecutionEngine/JITLink/JITLinkDylib.h"#include "llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h"#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"#include "llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h"#include "llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h"#include "llvm/IR/Instructions.h"#include "llvm/Object/ELFObjectFile.h"#include "llvm/Object/Error.h"#include "llvm/Support/Errc.h"#include "llvm/Support/Error.h"#include "llvm/Support/MSVCErrorWorkarounds.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Process.h"#include "llvm/Support/raw_ostream.h"#include <set>#include "llvm/BinaryFormat/Dwarf.def"Go to the source code of this file.
Classes | |
| class | llvm::orc::DebugObject |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::orc |
Macros | |
| #define | DEBUG_TYPE "orc" |
| #define | HANDLE_DWARF_SECTION(ENUM_NAME, ELF_NAME, CMDLINE_NAME, OPTION) |
Functions | |
| static bool | llvm::orc::isDwarfSection (StringRef SectionName) |
Variables | |
| static const std::set< StringRef > | llvm::orc::DwarfSectionNames |
| #define DEBUG_TYPE "orc" |
Definition at line 38 of file ELFDebugObjectPlugin.cpp.
| #define HANDLE_DWARF_SECTION | ( | ENUM_NAME, | |
| ELF_NAME, | |||
| CMDLINE_NAME, | |||
| OPTION ) |