Home
last modified time | relevance | path

Searched defs:MemMgr (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp180 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 DDebugObjectManagerPlugin.cpp118 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 DExecutorProcessControl.cpp31 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) in SelfExecutorProcessControl() argument
59 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) { in Create() argument
H A DSimpleRemoteEPC.cpp351 if (auto MemMgr = S.CreateMemoryManager(*this)) { setup() local
H A DEPCIndirectionUtils.cpp275 auto &MemMgr = EPC.getMemMgr(); in cleanup() local
H A DObjectLinkingLayer.cpp646 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 DRuntimeDyldMachO.h51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO()
154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
H A DRuntimeDyldCOFF.h38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
H A DRuntimeDyldCOFF.cpp50 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyldImpl.h244 RuntimeDyld::MemoryManager &MemMgr; variable
459 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl() argument
H A DRuntimeDyldMachO.cpp350 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyld.cpp1295 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 DRuntimeDyldELF.cpp217 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 DJITLinkMemoryManager.cpp146 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 Dllvm-rtdyld.cpp420 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 DRuntimeDyld.h301 MemoryManager &MemMgr; variable
H A DExecutionEngine.h540 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h195 jitlink::JITLinkMemoryManager &MemMgr; global() variable
H A DExecutorProcessControl.h412 jitlink::JITLinkMemoryManager *MemMgr = nullptr; global() variable
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h25 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h173 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
H A DMCJIT.cpp46 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 DSValBuilder.h66 MemRegionManager MemMgr; variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1655 MemRegionManager &MemMgr = getMemRegionManager(); getCaptureRegions() local
1690 MemRegionManager &MemMgr = getMemRegionManager(); LazyInitializeReferencedVars() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp167 MemRegionManager &MemMgr = C.getSValBuilder().getRegionManager(); in checkPostStmt() local

12