Home
last modified time | relevance | path

Searched defs:getDwarfEHStackPointer (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp140 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon5bbdb0ca0111::AIXTargetCodeGenInfo
362 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon5bbdb0ca0311::PPC32TargetCodeGenInfo
673 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon5bbdb0ca0411::PPC64_SVR4_TargetCodeGenInfo
690 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon5bbdb0ca0411::PPC64TargetCodeGenInfo
H A DHexagon.cpp47 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonfbc098510111::HexagonTargetCodeGenInfo
H A DSparc.cpp351 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anoncb6a8a600411::SparcV9TargetCodeGenInfo
H A DMips.cpp49 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon00d9b2600111::MIPSTargetCodeGenInfo
H A DARM.cpp111 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonde7367c70111::ARMTargetCodeGenInfo
H A DX86.cpp223 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon8aa8892d0111::X86_32TargetCodeGenInfo
1427 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon8aa8892d0211::X86_64TargetCodeGenInfo
1674 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon8aa8892d0411::WinX86_64TargetCodeGenInfo
H A DAArch64.cpp111 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona63ee2500111::AArch64TargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h124 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer() function