Home
last modified time | relevance | path

Searched refs:getFunctionCFISectionType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp42 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
H A DDwarfCFIException.cpp97 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
H A DAsmPrinter.cpp361 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()
362 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
1046 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter
1062 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter
1063 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()
1082 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h373 CFISection getFunctionCFISectionType(const Function &F) const;
376 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1232 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()