Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp150 virtual Expected<SimpleSegmentAlloc> finalizeWorkingMemory() = 0;
167 if (auto SimpleSegAlloc = finalizeWorkingMemory()) { in finalizeAsync()
199 Expected<SimpleSegmentAlloc> finalizeWorkingMemory() override;
323 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory() function in llvm::orc::ELFDebugObject