Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance
66 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
579 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()580 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()1294 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter1314 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter1315 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()1333 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
436 CFISection getFunctionCFISectionType(const Function &F) const;439 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
1583 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()1596 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()