Home
last modified time | relevance | path

Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
H A DDwarfCFIException.cpp85 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
H A DAsmPrinter.cpp537 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()
538 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
1239 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter
1255 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter
1256 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()
1275 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h409 CFISection getFunctionCFISectionType(const Function &F) const;
412 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1283 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()
1296 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()