Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h93 void setImplMap(ImplSymbolMap *Imp);
/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp114 this->CODLayer.setImplMap(&Imps); in SpeculativeJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp127 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap() function in llvm::orc::CompileOnDemandLayer