Searched refs:getFunctionCFISectionType (Results 1 – 9 of 9) sorted by relevance
436 CFISection getFunctionCFISectionType(const Function &F) const;439 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
440 CFISection getFunctionCFISectionType(const Function &F) const;443 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
66 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
526 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()527 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()1248 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter1264 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter1265 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()1284 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
1388 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()1401 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()