Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
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()
DIRTransformLayer.cpp17 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in IRTransformLayer()
DIRCompileLayer.cpp20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
DLayer.cpp29 *this, *getManglingOptions(), std::move(TSM)), in add()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIRTransformLayer.cpp17 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in IRTransformLayer()
DCompileOnDemandLayer.cpp116 : IRLayer(ES, BaseLayer.getManglingOptions()), BaseLayer(BaseLayer), in CompileOnDemandLayer()
157 ES, *getManglingOptions(), std::move(TSM), R.getVModuleKey(), in emit()
318 ES, *getManglingOptions(), std::move(TSM), R.getVModuleKey(), *this)); in emitPartition()
DIRCompileLayer.cpp20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
DLayer.cpp23 *this, *getManglingOptions(), std::move(TSM), std::move(K))); in add()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h36 const IRSymbolMapper::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
DLayer.h77 const IRSymbolMapper::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
DSpeculation.h181 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLayer.h76 const IRMaterializationUnit::ManglingOptions *&getManglingOptions() const { in getManglingOptions() function
DIRCompileLayer.h36 const IRMaterializationUnit::ManglingOptions &getManglingOptions() const { in getManglingOptions() function
DSpeculation.h185 : IRLayer(ES, BaseLayer.getManglingOptions()), NextLayer(BaseLayer), in IRSpeculationLayer()