Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRPartitionLayer.cpp103 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer) {} in IRPartitionLayer()
131 ES, *getManglingOptions(), std::move(TSM), *this))) { in emit()
249 IRSymbolMapper::add(ES, *getManglingOptions(), PromotedGlobals, in emitPartition()
296 ES, *getManglingOptions(), std::move(TSM), *this))) { in emitPartition()
H A DCompileOnDemandLayer.cpp19 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer()
52 BaseLayer, *getManglingOptions(), std::move(TSM)))) { in emit()
H A DIRTransformLayer.cpp16 : 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()
H A DReOptimizeLayer.cpp136 BaseLayer, *getManglingOptions(), std::move(TSM)), in emitMUImplSymbols()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h38 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
H A DLayer.h79 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
H A DReOptimizeLayer.h51 : IRLayer(ES, BaseLayer.getManglingOptions()), ES(ES), Mangle(ES, DL), in ReOptimizeLayer()
H A DSpeculation.h181 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()