Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
H A DDwarfCFIException.cpp68 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
H A DAsmPrinter.cpp593 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()
594 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
1314 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter
1333 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter
1334 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()
1352 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h456 CFISection getFunctionCFISectionType(const Function &F) const;
459 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2864 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()
2877 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()