Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp144 auto MemMgr = GetMemoryManager(); in emit() local
188 RuntimeDyld::MemoryManager &MemMgr, in onObjLoad()
278 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in onObjEmit()
328 for (auto &MemMgr : MemMgrsToRemove) { in handleRemoveResources() local
345 for (auto &MemMgr : SrcMemMgrs) in handleTransferResources() local
H A DTargetProcessControl.cpp27 unsigned PageSize, std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) in SelfTargetProcessControl()
45 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) { in Create()
H A DObjectLinkingLayer.cpp571 JITLinkMemoryManager &MemMgr) in ObjectLinkingLayer()
577 ExecutionSession &ES, std::unique_ptr<JITLinkMemoryManager> MemMgr) in ObjectLinkingLayer()
H A DDebugObjectManagerPlugin.cpp328 JITLinkMemoryManager &MemMgr = Ctx.getMemoryManager(); in finalizeWorkingMemory() local
/netbsd-src/external/apache2/llvm/dist/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
449 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
H A DRuntimeDyldMachO.cpp350 RuntimeDyld::MemoryManager &MemMgr, in create()
H A DRuntimeDyld.cpp1268 RuntimeDyld::RuntimeDyld(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyld() function in llvm::RuntimeDyld
1420 RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, in jitLinkForORC()
H A DRuntimeDyldELF.cpp216 RuntimeDyldELF::RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldELF()
234 RuntimeDyld::MemoryManager &MemMgr, in create()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp371 TrivialMemoryManager MemMgr; in printLineInfoForInput() local
485 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation()
501 TrivialMemoryManager MemMgr; in executeInput() local
640 TrivialMemoryManager &MemMgr) { in remapSectionsAndSymbols()
778 TrivialMemoryManager MemMgr; in linkAndVerify() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h288 MemoryManager &MemMgr; variable
H A DExecutionEngine.h541 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp158 RTDyldMemoryManager *MemMgr = new SectionMemoryManager(); in InitEE() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTargetProcessControl.h162 jitlink::JITLinkMemoryManager *MemMgr = nullptr; variable
H A DObjectLinkingLayer.h195 jitlink::JITLinkMemoryManager &MemMgr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DRemoteJITUtils.h35 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h180 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
H A DMCJIT.cpp45 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT()
66 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h65 MemRegionManager MemMgr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1587 MemRegionManager &MemMgr = getMemRegionManager(); in getCaptureRegions() local
1622 MemRegionManager &MemMgr = getMemRegionManager(); in LazyInitializeReferencedVars() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1910 std::unique_ptr<llvm::RTDyldMemoryManager> MemMgr(new llvm::SectionMemoryManager()); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp509 Session &S, JITLinkMemoryManager &MemMgr) in LLVMJITLinkObjectLinkingLayer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp168 MemRegionManager &MemMgr = C.getSValBuilder().getRegionManager(); in checkPostStmt() local

12