|
LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/JITSymbol.h"#include "llvm/ExecutionEngine/Orc/SymbolStringPool.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Endian.h"#include "llvm/TargetParser/SubtargetFeature.h"#include "llvm/TargetParser/Triple.h"#include <optional>#include <cstdint>#include <memory>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | llvm::RuntimeDyldChecker |
| RuntimeDyld invariant checker for verifying that RuntimeDyld has correctly applied relocations. More... | |
| class | llvm::RuntimeDyldChecker::MemoryRegionInfo |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
| using | llvm::TargetFlagsType = uint8_t |
| Holds target-specific properties for a symbol. | |