Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIRCompileLayer.cpp18 : IRLayer(ES, ManglingOpts), BaseLayer(BaseLayer), in IRCompileLayer()
20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIRCompileLayer.h66 const IRSymbolMapper::ManglingOptions *ManglingOpts; variable