Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp155 virtual Expected<SimpleSegmentAlloc> finalizeWorkingMemory() = 0;
172 if (auto SimpleSegAlloc = finalizeWorkingMemory()) { in finalizeAsync()
205 Expected<SimpleSegmentAlloc> finalizeWorkingMemory() override;
334 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory() function in llvm::orc::ELFDebugObject