Home
last modified time | relevance | path

Searched refs:ManglingOpts (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp18 : IRLayer(ES, ManglingOpts), BaseLayer(BaseLayer), in IRCompileLayer()
20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h65 const IRSymbolMapper::ManglingOptions *ManglingOpts; variable