|
LLVM 23.0.0git
|
#include "llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h"#include "llvm/ADT/SCCIterator.h"#include "llvm/ExecutionEngine/JITLink/EHFrameSupport.h"#include "llvm/ExecutionEngine/JITLink/aarch32.h"#include "llvm/ExecutionEngine/Orc/DebugUtils.h"#include "llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h"#include "llvm/Support/MemoryBuffer.h"Go to the source code of this file.
Classes | |
| struct | llvm::BlockDepInfo |
| struct | llvm::GraphTraits< BlockDepInfo * > |
| class | llvm::GraphTraits< BlockDepInfo * >::ChildIteratorType |
| class | llvm::orc::LinkGraphLinkingLayer::JITLinkCtx |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::orc |
Macros | |
| #define | DEBUG_TYPE "orc" |
Typedefs | |
| using | llvm::BlockDepInfoMap = DenseMap<jitlink::Block *, BlockDepInfo> |
| #define DEBUG_TYPE "orc" |
Definition at line 18 of file LinkGraphLinkingLayer.cpp.