/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 17 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local 50 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local 83 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local 118 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 51 RuntimeDyldMachO(RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver) RuntimeDyldMachO() argument 154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver) RuntimeDyldMachOCRTPBase() argument
|
H A D | RuntimeDyldCOFF.h | 38 : RuntimeDyldImpl(MemMgr, Resolver), PointerSize(PointerSize), in RuntimeDyldCOFF() argument
|
H A D | RuntimeDyldCOFF.cpp | 50 create(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver) create() argument
|
H A D | RuntimeDyldImpl.h | 244 RuntimeDyld::MemoryManager &MemMgr; global() variable 459 RuntimeDyldImpl(RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver) RuntimeDyldImpl() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 179 auto MemMgr = GetMemoryManager(); emit() local 224 onObjLoad(MaterializationResponsibility & R,const object::ObjectFile & Obj,RuntimeDyld::MemoryManager & MemMgr,RuntimeDyld::LoadedObjectInfo & LoadedObjInfo,std::map<StringRef,JITEvaluatedSymbol> Resolved,std::set<StringRef> & InternalSymbols) onObjLoad() argument 358 onObjEmit(MaterializationResponsibility & R,object::OwningBinary<object::ObjectFile> O,std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr,std::unique_ptr<RuntimeDyld::LoadedObjectInfo> LoadedObjInfo,std::unique_ptr<SymbolDependenceMap> Deps,Error Err) onObjEmit() argument 415 for (auto &MemMgr : MemMgrsToRemove) { handleRemoveResources() local 433 for (auto &MemMgr : SrcMemMgrs) handleTransferResources() local [all...] |
H A D | DebugObjectManagerPlugin.cpp | 118 : MemMgr(MemMgr), JD(JD), ES(ES), Flags(DebugObjectFlags{}) {} in DebugObject() argument 216 : DebugObject(MemMgr, JD, ES), Buffer(std::move(Buffer)) { in ELFDebugObject() argument 152 JITLinkMemoryManager &MemMgr; global() member in llvm::orc::DebugObject 254 CreateArchType(MemoryBufferRef Buffer,JITLinkMemoryManager & MemMgr,const JITLinkDylib * JD,ExecutionSession & ES) CreateArchType() argument [all...] |
H A D | ExecutorProcessControl.cpp | 31 SelfExecutorProcessControl(std::shared_ptr<SymbolStringPool> SSP,std::unique_ptr<TaskDispatcher> D,Triple TargetTriple,unsigned PageSize,std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) SelfExecutorProcessControl() argument 59 Create(std::shared_ptr<SymbolStringPool> SSP,std::unique_ptr<TaskDispatcher> D,std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) Create() argument
|
H A D | SimpleRemoteEPC.cpp | 368 if (auto MemMgr = S.CreateMemoryManager(*this)) { setup() local
|
H A D | EPCIndirectionUtils.cpp | 275 auto &MemMgr = EPC.getMemMgr(); in cleanup() local
|
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/ |
H A D | MemoryManagerErrorTests.cpp | 36 __anon99dda72d0102(MockJITLinkMemoryManager &MemMgr) TEST() argument
|
H A D | JITLinkMocks.cpp |
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 146 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create() argument 204 Create(JITLinkMemoryManager & MemMgr,const JITLinkDylib * JD,SegmentMap Segments) Create() argument 240 IPInFlightAlloc(InProcessMemoryManager & MemMgr,LinkGraph & G,BasicLayout BL,sys::MemoryBlock StandardSegments,sys::MemoryBlock FinalizationSegments) IPInFlightAlloc() argument 320 InProcessMemoryManager &MemMgr; global() member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc [all...] |
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | SimpleExecutorMemoryManagerTest.cpp | 35 SimpleExecutorMemoryManager MemMgr; in TEST() local
|
H A D | MapperJITLinkMemoryManagerTest.cpp | 71 auto MemMgr = std::make_unique<MapperJITLinkMemoryManager>(16 * 1024 * 1024, in TEST() local 136 auto MemMgr = std::make_unique<MapperJITLinkMemoryManager>(16 * 1024 * 1024, TEST() local [all...] |
H A D | EPCGenericJITLinkMemoryManagerTest.cpp | 116 auto MemMgr = std::make_unique<EPCGenericJITLinkMemoryManager>(*SelfEPC, SAs); in TEST() local
|
/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() 551 TrivialMemoryManager MemMgr; in executeInput() local 690 TrivialMemoryManager &MemMgr) { in remapSectionsAndSymbols() 828 TrivialMemoryManager MemMgr; in linkAndVerify() local
|
/llvm-project/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 158 RTDyldMemoryManager *MemMgr = new SectionMemoryManager(); in InitEE() local
|
/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
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ObjectLinkingLayer.h | 205 jitlink::JITLinkMemoryManager &MemMgr; global() variable
|
/llvm-project/llvm/tools/lli/ |
H A D | ForwardingMemoryManager.h | 25 void setMemMgr(std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr) { in setMemMgr()
|
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 173 std::shared_ptr<MCJITMemoryManager> MemMgr; variable
|
H A D | MCJIT.cpp | 46 createJIT(std::unique_ptr<Module> M,std::string * ErrorStr,std::shared_ptr<MCJITMemoryManager> MemMgr,std::shared_ptr<LegacyJITSymbolResolver> Resolver,std::unique_ptr<TargetMachine> TM) createJIT() argument 67 MCJIT(std::unique_ptr<Module> M,std::unique_ptr<TargetMachine> TM,std::shared_ptr<MCJITMemoryManager> MemMgr,std::shared_ptr<LegacyJITSymbolResolver> Resolver) MCJIT() argument [all...] |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 66 MemRegionManager MemMgr; variable
|