Searched refs:getManglingOptions (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRPartitionLayer.cpp | 103 : 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 D | CompileOnDemandLayer.cpp | 19 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer() 52 BaseLayer, *getManglingOptions(), std::move(TSM)))) { in emit()
|
| H A D | IRTransformLayer.cpp | 16 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in IRTransformLayer()
|
| H A D | IRCompileLayer.cpp | 20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
|
| H A D | Layer.cpp | 28 *this, *getManglingOptions(), std::move(TSM)), in add()
|
| H A D | ReOptimizeLayer.cpp | 136 BaseLayer, *getManglingOptions(), std::move(TSM)), in emitMUImplSymbols()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.h | 38 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
|
| H A D | Layer.h | 79 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
|
| H A D | ReOptimizeLayer.h | 51 : IRLayer(ES, BaseLayer.getManglingOptions()), ES(ES), Mangle(ES, DL), in ReOptimizeLayer()
|
| H A D | Speculation.h | 181 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()
|