Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp42 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
H A DDwarfCFIException.cpp97 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
H A DAsmPrinter.cpp375 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()
376 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
1060 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter
1076 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter
1077 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()
1096 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h373 CFISection getFunctionCFISectionType(const Function &F) const;
376 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1236 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()