Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp183 SymbolStringPtr CompleteBootstrapSymbol, shared::AllocActions DeferredAAs, in MachOPlatformCompleteBootstrapMaterializationUnit() argument
191 DeferredAAs(std::move(DeferredAAs)),
212 G->allocActions().reserve(DeferredAAs.size() + 2); in materialize()
229 std::move(DeferredAAs.begin(), DeferredAAs.end(), in materialize()
241 shared::AllocActions DeferredAAs; member in __anond414bca00111::MachOPlatformCompleteBootstrapMaterializationUnit
517 std::move(BI.DeferredAAs), PlatformBootstrap.Addr, in MachOPlatform()
1239 : MP.Bootstrap.load()->DeferredAAs; in registerObjectPlatformSections()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h115 shared::AllocActions DeferredAAs; member