Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.h88 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const { in getDwarfEHStackPointer() function
DTargetInfo.cpp980 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30111::X86_32TargetCodeGenInfo
2046 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30211::X86_64TargetCodeGenInfo
2201 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30211::WinX86_64TargetCodeGenInfo
3676 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30311::PPC32TargetCodeGenInfo
3972 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30411::PPC64_SVR4_TargetCodeGenInfo
3985 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30411::PPC64TargetCodeGenInfo
4509 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30511::AArch64TargetCodeGenInfo
5062 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30611::ARMTargetCodeGenInfo
6210 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anona890a3f30a11::MIPSTargetCodeGenInfo
6654 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anona890a3f30c11::HexagonTargetCodeGenInfo
[all …]
DCGBuiltin.cpp1107 int Column = getTargetHooks().getDwarfEHStackPointer(CGM); in EmitBuiltinExpr()