Home
last modified time | relevance | path

Searched refs:getManglingOptions (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp119 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer()
160 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit()
322 IRSymbolMapper::add(ES, *getManglingOptions(), in emitPartition()
370 ES, *getManglingOptions(), std::move(TSM), *this))) { in emitPartition()
H A DIRTransformLayer.cpp17 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in IRTransformLayer()
H A DIRCompileLayer.cpp20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
H A DLayer.cpp29 *this, *getManglingOptions(), std::move(TSM)), in add()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h36 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
H A DLayer.h79 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
H A DSpeculation.h181 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()