Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
337 Expected<SimpleSegmentAlloc> ELFDebugObject::finalizeWorkingMemory() { in finalizeWorkingMemory() function in llvm::orc::ELFDebugObject