Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp115 shared::AllocActions DeferredAAs, ExecutorAddr MachOHeaderAddr, in MachOPlatformCompleteBootstrapMaterializationUnit() argument
124 SymTab(std::move(SymTab)), DeferredAAs(std::move(DeferredAAs)),
146 G->allocActions().reserve(DeferredAAs.size() + 3); in materialize()
170 std::move(DeferredAAs.begin(), DeferredAAs.end(), in materialize()
183 shared::AllocActions DeferredAAs; member in __anon04a50ca90111::MachOPlatformCompleteBootstrapMaterializationUnit
583 std::move(BI.SymTab), std::move(BI.DeferredAAs), in MachOPlatform()
1445 MP.Bootstrap->DeferredAAs.push_back(std::move(AllocActions)); in registerObjectPlatformSections()
H A DELFNixPlatform.cpp55 SymbolStringPtr CompleteBootstrapSymbol, DeferredRuntimeFnMap DeferredAAs, in ELFNixPlatformCompleteBootstrapMaterializationUnit() argument
63 DeferredAAsMap(std::move(DeferredAAs)),
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h200 shared::AllocActions DeferredAAs; member