Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h89 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer() function
DTargetInfo.cpp643 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30111::X86_32TargetCodeGenInfo
1556 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30211::X86_64TargetCodeGenInfo
1698 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30211::WinX86_64TargetCodeGenInfo
3116 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30311::PPC32TargetCodeGenInfo
3361 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30411::PPC64_SVR4_TargetCodeGenInfo
3383 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30411::PPC64TargetCodeGenInfo
3934 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30511::AArch64TargetCodeGenInfo
4474 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30611::ARMTargetCodeGenInfo
5492 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30a11::MIPSTargetCodeGenInfo
5903 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30c11::HexagonTargetCodeGenInfo
[all …]
DCGBuiltin.cpp838 int Column = getTargetHooks().getDwarfEHStackPointer(CGM); in EmitBuiltinExpr()