Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h436 CFISection getFunctionCFISectionType(const Function &F) const;
439 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DAsmPrinter.h436 CFISection getFunctionCFISectionType(const Function &F) const;
439 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DAsmPrinter.h436 CFISection getFunctionCFISectionType(const Function &F) const;
439 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DAsmPrinter.h440 CFISection getFunctionCFISectionType(const Function &F) const;
443 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DAsmPrinter.h436 CFISection getFunctionCFISectionType(const Function &F) const;
439 CFISection getFunctionCFISectionType(const MachineFunction &MF) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp66 Asm->getFunctionCFISectionType(*MF) != AsmPrinter::CFISection::None; in beginFunction()
H A DARMException.cpp35 AsmPrinter::CFISection CFISecType = Asm->getFunctionCFISectionType(*MF); in beginFunction()
H A DAsmPrinter.cpp526 if (getFunctionCFISectionType(F) != CFISection::None) in doInitialization()
527 ModuleCFISection = getFunctionCFISectionType(F); in doInitialization()
1248 AsmPrinter::getFunctionCFISectionType(const Function &F) const { in getFunctionCFISectionType() function in AsmPrinter
1264 AsmPrinter::getFunctionCFISectionType(const MachineFunction &MF) const { in getFunctionCFISectionType() function in AsmPrinter
1265 return getFunctionCFISectionType(MF.getFunction()); in getFunctionCFISectionType()
1284 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitCFIInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1388 if (getFunctionCFISectionType(*MF) == CFISection::None) in emitInstruction()
1401 if (getFunctionCFISectionType(*MF) != CFISection::None) in emitInstruction()