Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
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 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
146 InFlightAlloc::SegInfoMap SegInfos; in completeAllocation()
168 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp20 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 DDebugObjectManagerPlugin.cpp147 using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc; typedef in llvm::orc::DebugObject
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h41 using InFlightAlloc = JITLinkMemoryManager::InFlightAlloc;
42 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>;
103 std::unique_ptr<InFlightAlloc> Alloc;
H A DJITLinkMemoryManager.cpp22 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 DMapperJITLinkMemoryManager.h50 class InFlightAlloc;
H A DEPCGenericJITLinkMemoryManager.h55 class InFlightAlloc;