Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp41 if (Asm->getModuleCFISectionType() == AsmPrinter::CFISection::Debug) in beginFunction()
H A DDwarfCFIException.cpp127 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginFragment()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h415 CFISection getModuleCFISectionType() const { return ModuleCFISection; } in getModuleCFISectionType() function