Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp118 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer()
159 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit()
325 IRSymbolMapper::add(ES, *getManglingOptions(), in emitPartition()
373 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.cpp28 *this, *getManglingOptions(), std::move(TSM)), in add()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h37 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
H A DLayer.h78 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
H A DSpeculation.h180 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()