Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance
42 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
97 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
361 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()362 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()1046 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter1062 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter1063 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()1082 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
373 CFISection getFunctionCFISectionType(const Function &F) const;376 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
1232 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()