Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance
35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
68 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
593 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()594 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()1314 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter1333 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter1334 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()1352 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
456 CFISection getFunctionCFISectionType(const Function &F) const;459 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
2864 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()2877 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()