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
366 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon5bbdb0ca0311::PPC32TargetCodeGenInfo
677 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anon5bbdb0ca0411::PPC64_SVR4_TargetCodeGenInfo
694 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.cpp343 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.cpp112 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonde7367c70111::ARMTargetCodeGenInfo
H A DX86.cpp210 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon8aa8892d0111::X86_32TargetCodeGenInfo
1435 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon8aa8892d0211::X86_64TargetCodeGenInfo
1681 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anon8aa8892d0411::WinX86_64TargetCodeGenInfo
H A DAArch64.cpp131 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona63ee2500111::AArch64TargetCodeGenInfo
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h146 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer() function