Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance
35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
67 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
563 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()564 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()1268 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter1288 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter1289 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()1307 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
425 CFISection getFunctionCFISectionType(const Function &F) const;428 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
2435 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()2448 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()