/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITMemoryManagerTest.cpp | 18 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local 51 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local 84 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local 119 std::unique_ptr<SectionMemoryManager> MemMgr(new SectionMemoryManager()); in TEST() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 179 auto MemMgr = GetMemoryManager(); in emit() local 223 RuntimeDyld::MemoryManager &MemMgr, in onObjLoad() 357 std::unique_ptr<RuntimeDyld::MemoryManager> MemMgr, in onObjEmit() 408 for (auto &MemMgr : MemMgrsToRemove) { in handleRemoveResources() local 426 for (auto &MemMgr : SrcMemMgrs) in handleTransferResources() local
|
H A D | DebugObjectManagerPlugin.cpp | 128 DebugObject(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in DebugObject() 157 JITLinkMemoryManager &MemMgr; member in llvm::orc::DebugObject 222 JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in ELFDebugObject() 260 JITLinkMemoryManager &MemMgr, in CreateArchType()
|
H A D | ExecutorProcessControl.cpp | 29 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) in SelfExecutorProcessControl() 51 std::unique_ptr<jitlink::JITLinkMemoryManager> MemMgr) { in Create()
|
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayer.h | 118 MemoryManagerPtrT MemMgr, in EmissionDeferredSetImpl() 209 MemoryManagerPtrT MemMgr; variable 230 MemoryManagerPtrT MemMgr, in addModuleSet() 288 BaseLayerT &B, ModuleSetT Ms, MemoryManagerPtrT MemMgr, in create()
|
H A D | ObjectLinkingLayer.h | 102 ConcreteLinkedObjectSet(ObjSetT Objects, MemoryManagerPtrT MemMgr, in ConcreteLinkedObjectSet() 194 MemoryManagerPtrT MemMgr; variable 203 createLinkedObjectSet(ObjSetT Objects, MemoryManagerPtrT MemMgr, in createLinkedObjectSet() 249 MemoryManagerPtrT MemMgr, in addObjectSet()
|
H A D | CompileOnDemandLayer.h | 149 std::unique_ptr<ResourceOwner<RuntimeDyld::MemoryManager>> MemMgr; member 185 MemoryManagerPtrT MemMgr, in addModuleSet()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.h | 215 OwnedObject Obj, MemoryManagerPtrT MemMgr, in ConcreteLinkedObject() 331 MemoryManagerPtrT MemMgr; variable 339 OwnedObject Obj, MemoryManagerPtrT MemMgr, in createLinkedObject() 350 std::shared_ptr<RuntimeDyld::MemoryManager> MemMgr; member
|
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 285 TrivialMemoryManager MemMgr; in printLineInfoForInput() local 395 static void doPreallocation(TrivialMemoryManager &MemMgr) { in doPreallocation() 411 TrivialMemoryManager MemMgr; in executeInput() local 544 TrivialMemoryManager &MemMgr, in remapSectionsAndSymbols() 675 TrivialMemoryManager MemMgr; in linkAndVerify() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 145 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create() 200 SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in Create() 236 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc() 297 InProcessMemoryManager &MemMgr; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcMCJITReplacement.h | 135 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement() 148 std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement() 347 MCJITReplacementMemMgr MemMgr; variable
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() 154 RuntimeDyldMachOCRTPBase(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachOCRTPBase()
|
H A D | RuntimeDyldImpl.h | 227 RuntimeDyld::MemoryManager &MemMgr; variable 422 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
|
H A D | RuntimeDyldCOFF.h | 39 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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 | RuntimeDyldImpl.h | 247 RuntimeDyld::MemoryManager &MemMgr; variable 464 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
|
H A D | RuntimeDyldCOFF.h | 38 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldCOFF()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 | RuntimeDyldImpl.h | 244 RuntimeDyld::MemoryManager &MemMgr; variable 453 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcMCJITReplacement.h | 220 std::shared_ptr<MCJITMemoryManager> MemMgr, in createOrcMCJITReplacement() 232 OrcMCJITReplacement(std::shared_ptr<MCJITMemoryManager> MemMgr, in OrcMCJITReplacement() 467 std::shared_ptr<MCJITReplacementMemMgr> MemMgr; variable
|
H A D | RTDyldObjectLinkingLayer.cpp | 84 for (auto &MemMgr : MemMgrs) in ~RTDyldObjectLinkingLayer() local 132 RuntimeDyld::MemoryManager *MemMgr = nullptr; in emit() local
|
/aosp_15_r20/external/llvm/unittests/ExecutionEngine/Orc/ |
H A D | ObjectTransformLayerTest.cpp | 59 ObjSetHandleT addObjectSet(ObjSetT Objects, MemoryManagerPtrT MemMgr, in addObjectSet() 74 void expectAddObjectSet(ObjSetT &Objects, MockMemoryManager *MemMgr, in expectAddObjectSet()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 48 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT() 69 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 46 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT() 67 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 43 std::shared_ptr<MCJITMemoryManager> MemMgr, in createJIT() 64 std::shared_ptr<MCJITMemoryManager> MemMgr, in MCJIT()
|