Searched refs:InFlightAlloc (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.h | 118 class InFlightAlloc { 123 virtual ~InFlightAlloc(); 143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; 164 std::promise<MSVCPExpected<std::unique_ptr<InFlightAlloc>>> AllocResultP; in allocate() 320 JITLinkMemoryManager::InFlightAlloc::OnFinalizedFunction; 350 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc); 354 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc;
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.cpp | 22 class EPCGenericJITLinkMemoryManager::InFlightAlloc class in llvm::orc::EPCGenericJITLinkMemoryManager 23 : public jitlink::JITLinkMemoryManager::InFlightAlloc { 41 InFlightAlloc(EPCGenericJITLinkMemoryManager &Parent, LinkGraph &G, in InFlightAlloc() function in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc 146 InFlightAlloc::SegInfoMap SegInfos; in completeAllocation() 168 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
|
H A D | MapperJITLinkMemoryManager.cpp | 20 class MapperJITLinkMemoryManager::InFlightAlloc class in llvm::orc::MapperJITLinkMemoryManager 21 : public JITLinkMemoryManager::InFlightAlloc { 23 InFlightAlloc(MapperJITLinkMemoryManager &Parent, LinkGraph &G, in InFlightAlloc() function in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc 121 OnAllocated(std::make_unique<InFlightAlloc>(*this, G, Result->Start, in allocate()
|
H A D | DebugObjectManagerPlugin.cpp | 147 using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc; typedef in llvm::orc::DebugObject
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.h | 41 using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc; 42 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; 103 std::unique_ptr<InFlightAlloc> Alloc;
|
H A D | JITLinkMemoryManager.cpp | 22 JITLinkMemoryManager::InFlightAlloc::~InFlightAlloc() = default; 233 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc) in SimpleSegmentAlloc() 238 : public JITLinkMemoryManager::InFlightAlloc {
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MapperJITLinkMemoryManager.h | 50 class InFlightAlloc;
|
H A D | EPCGenericJITLinkMemoryManager.h | 55 class InFlightAlloc;
|