/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 180 auto &MemMgrRef = *MemMgr; in emit() local 224 RuntimeDyld::MemoryManager &MemMgr, in onObjLoad() argument 358 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in onObjEmit() argument 409 for (auto &MemMgr : MemMgrsToRemove) { handleRemoveResources() local 427 for (auto &MemMgr : SrcMemMgrs) handleTransferResources() local [all...] |
H A D | DebugObjectManagerPlugin.cpp | 118 DebugObject(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in DebugObject() 152 JITLinkMemoryManager &MemMgr; member in llvm::orc::DebugObject 216 JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in ELFDebugObject() 254 JITLinkMemoryManager &MemMgr, in CreateArchType()
|
H A D | ExecutorProcessControl.cpp | 31 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) in SelfExecutorProcessControl() argument 59 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) { in Create() argument
|
H A D | SimpleRemoteEPC.cpp | 351 if (auto MemMgr = S.CreateMemoryManager(*this)) { setup() local
|
H A D | EPCIndirectionUtils.cpp | 275 auto &MemMgr = EPC.getMemMgr(); in cleanup() local
|
H A D | ObjectLinkingLayer.cpp | 646 ObjectLinkingLayer(ExecutionSession & ES,JITLinkMemoryManager & MemMgr) ObjectLinkingLayer() argument 652 ObjectLinkingLayer(ExecutionSession & ES,std::unique_ptr<JITLinkMemoryManager> MemMgr) ObjectLinkingLayer() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() 154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
|
H A D | RuntimeDyldCOFF.h | 38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
|
H A D | RuntimeDyldCOFF.cpp | 50 RuntimeDyld::MemoryManager &MemMgr, in create()
|
H A D | RuntimeDyldImpl.h | 244 RuntimeDyld::MemoryManager &MemMgr; variable 459 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl() argument
|
H A D | RuntimeDyldMachO.cpp | 350 RuntimeDyld::MemoryManager &MemMgr, in create()
|
H A D | RuntimeDyld.cpp | 1295 RuntimeDyld(RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver) RuntimeDyld() argument 1447 jitLinkForORC(object::OwningBinary<object::ObjectFile> O,RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver,bool ProcessAllSections,unique_function<Error (const object::ObjectFile & Obj,RuntimeDyld::LoadedObjectInfo & LoadedObj,std::map<StringRef,JITEvaluatedSymbol>)> OnLoaded,unique_function<void (object::OwningBinary<object::ObjectFile>,std::unique_ptr<RuntimeDyld::LoadedObjectInfo>,Error)> OnEmitted) jitLinkForORC() argument [all...] |
H A D | RuntimeDyldELF.cpp | 217 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF() argument 235 create(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver) create() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 146 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create() argument 204 SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in Create() argument 240 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc() argument 320 InProcessMemoryManager &MemMgr; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 420 TrivialMemoryManager MemMgr; in printLineInfoForInput() local 535 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation() argument 551 TrivialMemoryManager MemMgr; in executeInput() local 690 remapSectionsAndSymbols(const llvm::Triple & TargetTriple,RuntimeDyld & Dyld,TrivialMemoryManager & MemMgr) remapSectionsAndSymbols() argument 828 TrivialMemoryManager MemMgr; linkAndVerify() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 301 MemoryManager &MemMgr; variable
|
H A D | ExecutionEngine.h | 540 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.h | 195 jitlink::JITLinkMemoryManager &MemMgr; global() variable
|
H A D | ExecutorProcessControl.h | 412 jitlink::JITLinkMemoryManager *MemMgr = nullptr; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 25 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 173 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
|
H A D | MCJIT.cpp | 46 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT() 67 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 66 MemRegionManager MemMgr; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 1655 MemRegionManager &MemMgr = getMemRegionManager(); getCaptureRegions() local 1690 MemRegionManager &MemMgr = getMemRegionManager(); LazyInitializeReferencedVars() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 167 MemRegionManager &MemMgr = C.getSValBuilder().getRegionManager(); in checkPostStmt() local
|