Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h213 CFISection ModuleCFISection = CFISection::None; variable
379 CFISection getModuleCFISectionType() const { return ModuleCFISection; } in getModuleCFISectionType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp376 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
379 if (ModuleCFISection == CFISection::EH) in doInitialization()
383 ModuleCFISection != CFISection::EH); in doInitialization()
1086 MAI->doesUseCFIForDebug() && ModuleCFISection == CFISection::Debug; in needsCFIForDebug()