Home
last modified time | relevance | path

Searched refs:getModuleCFISectionType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp48 if (Asm->getModuleCFISectionType() == AsmPrinter::CFISection::Debug) in beginFunction()
H A DDwarfCFIException.cpp139 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginFragment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h379 CFISection getModuleCFISectionType() const { return ModuleCFISection; } in getModuleCFISectionType() function