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 __anonbc557ed20111::X86_32TargetCodeGenInfo
2046 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonbc557ed20211::X86_64TargetCodeGenInfo
2201 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonbc557ed20211::WinX86_64TargetCodeGenInfo
3676 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonbc557ed20311::PPC32TargetCodeGenInfo
3972 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonbc557ed20411::PPC64_SVR4_TargetCodeGenInfo
3985 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonbc557ed20411::PPC64TargetCodeGenInfo
4509 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonbc557ed20511::AArch64TargetCodeGenInfo
5062 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonbc557ed20611::ARMTargetCodeGenInfo
6210 int getDwarfEHStackPointer(CodeGen::CodeGenModule &CGM) const override { in getDwarfEHStackPointer() function in __anonbc557ed20a11::MIPSTargetCodeGenInfo
6654 int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const override { in getDwarfEHStackPointer() function in __anonbc557ed20c11::HexagonTargetCodeGenInfo
[all …]
DCGBuiltin.cpp1107 int Column = getTargetHooks().getDwarfEHStackPointer(CGM); in EmitBuiltinExpr()