Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp105 AsmPrinter::CFISection CFISecType = Asm->getModuleCFISectionType(); in beginBasicBlockSection()
DARMException.cpp41 if (Asm->getModuleCFISectionType() == AsmPrinter::CFISection::Debug) in beginFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h442 CFISection getModuleCFISectionType() const { return ModuleCFISection; } in getModuleCFISectionType() function