Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp142 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon0de7a6800111::AIXTargetCodeGenInfo
306 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon0de7a6800211::PPC32TargetCodeGenInfo
616 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon0de7a6800311::PPC64_SVR4_TargetCodeGenInfo
633 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon0de7a6800311::PPC64TargetCodeGenInfo
H A DSparc.cpp346 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonafe8c5960411::SparcV9TargetCodeGenInfo
H A DMips.cpp49 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonf8425ed60111::MIPSTargetCodeGenInfo
H A DHexagon.cpp47 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonf8ba79070111::HexagonTargetCodeGenInfo
H A DARM.cpp108 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon909d5d7d0111::ARMTargetCodeGenInfo
H A DAArch64.cpp99 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona338c3060111::AArch64TargetCodeGenInfo
H A DX86.cpp223 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon3cd27ee30111::X86_32TargetCodeGenInfo
1418 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon3cd27ee30211::X86_64TargetCodeGenInfo
1659 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon3cd27ee30411::WinX86_64TargetCodeGenInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h117 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer() function
H A DCGBuiltin.cpp4292 int Column = getTargetHooks().getDwarfEHStackPointer(CGM); in EmitBuiltinExpr()