Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h89 void setImplMap(ImplSymbolMap *Imp);
/openbsd-src/gnu/llvm/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp118 this->CODLayer.setImplMap(&Imps); in SpeculativeJIT()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp126 void CompileOnDemandLayer::setImplMap(ImplSymbolMap *Imp) { in setImplMap() function in llvm::orc::CompileOnDemandLayer