Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance
35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
85 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
537 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()538 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()1239 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter1255 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter1256 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()1275 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
409 CFISection getFunctionCFISectionType(const Function &F) const;412 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
1283 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()1296 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()