Home
last modified time | relevance | path

Searched refs:InFlightAlloc (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h118 class InFlightAlloc {
123 virtual ~InFlightAlloc();
143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>;
164 std::promise<MSVCPExpected<std::unique_ptr<InFlightAlloc>>> AllocResultP; in allocate()
317 JITLinkMemoryManager::InFlightAlloc::OnFinalizedFunction;
346 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc);
350 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc;
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h42 using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc;
43 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>;
94 std::unique_ptr<InFlightAlloc> Alloc;
H A DJITLinkMemoryManager.cpp22 JITLinkMemoryManager::InFlightAlloc::~InFlightAlloc() = default;
227 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Alloc) in SimpleSegmentAlloc()
232 : public JITLinkMemoryManager::InFlightAlloc {
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp22 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
147 InFlightAlloc::SegInfoMap SegInfos; in completeAllocation()
169 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp21 class MapperJITLinkMemoryManager::InFlightAlloc class in llvm::orc::MapperJITLinkMemoryManager
22 : public JITLinkMemoryManager::InFlightAlloc {
24 InFlightAlloc(MapperJITLinkMemoryManager &Parent, LinkGraph &G, in InFlightAlloc() function in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
118 OnAllocated(std::make_unique<InFlightAlloc>(*this, G, Result->Start, in allocate()
H A DDebugObjectManagerPlugin.cpp152 using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc; typedef in llvm::orc::DebugObject
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h48 class InFlightAlloc;
H A DEPCGenericJITLinkMemoryManager.h55 class InFlightAlloc;
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp474 class IPMMAlloc : public InFlightAlloc { in allocate()
614 OnAllocated(std::unique_ptr<InProcessMemoryManager::InFlightAlloc>( in allocate()