Searched refs:getManglingOptions (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 118 : 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 D | IRTransformLayer.cpp | 17 : 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()
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IRCompileLayer.h | 37 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
|
H A D | Layer.h | 78 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
|
H A D | Speculation.h | 180 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()
|