Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h108 /// On finalization, the InFlightAlloc should transfer the content of
113 /// happens: (1) the InFlightAlloc instance is destroyed, (2) the
114 /// InFlightAlloc is abandoned, (3) finalized target memory is destroyed.
118 class InFlightAlloc {
123 virtual ~InFlightAlloc();
143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>;
156 /// be called with a std::unique_ptr<InFlightAlloc> value. If the assocation
164 std::promise<MSVCPExpected<std::unique_ptr<InFlightAlloc>>> AllocResultP; in allocate()
320 JITLinkMemoryManager::InFlightAlloc::OnFinalizedFunction;
350 std::unique_ptr<JITLinkMemoryManager::InFlightAlloc> Allo
[all...]
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h50 class InFlightAlloc;
H A DEPCGenericJITLinkMemoryManager.h55 class InFlightAlloc;