Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp272 for (auto &A : IndirectStubAllocs) in cleanup()
388 IndirectStubAllocs.push_back(std::move(*Alloc)); in getIndirectStubs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.h157 std::vector<std::unique_ptr<Allocation>> IndirectStubAllocs; variable