Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp140 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonc275f1df0111::AIXTargetCodeGenInfo
362 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonc275f1df0311::PPC32TargetCodeGenInfo
673 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonc275f1df0411::PPC64_SVR4_TargetCodeGenInfo
690 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonc275f1df0411::PPC64TargetCodeGenInfo
H A DSparc.cpp351 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonc13764b50411::SparcV9TargetCodeGenInfo
H A DMips.cpp49 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon3e9a16150111::MIPSTargetCodeGenInfo
H A DHexagon.cpp47 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon982d5be60111::HexagonTargetCodeGenInfo
H A DARM.cpp111 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon452ba8dc0111::ARMTargetCodeGenInfo
H A DX86.cpp223 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonf160ca420111::X86_32TargetCodeGenInfo
1427 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonf160ca420211::X86_64TargetCodeGenInfo
1674 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonf160ca420411::WinX86_64TargetCodeGenInfo
H A DAArch64.cpp111 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon42aba5e50111::AArch64TargetCodeGenInfo
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h124 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer() function
H A DCGBuiltin.cpp4477 int Column = getTargetHooks().getDwarfEHStackPointer(CGM); in EmitBuiltinExpr()