Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h217 CFISection ModuleCFISection = CFISection::None; variable
415 CFISection getModuleCFISectionType() const { return ModuleCFISection; } in getModuleCFISectionType()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp538 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
541 if (ModuleCFISection == CFISection::EH) in doInitialization()
545 ModuleCFISection != CFISection::EH); in doInitialization()
1265 MAI->doesUseCFIForDebug() && ModuleCFISection == CFISection::Debug; in needsCFIForDebug()