/external/llvm-project/clang/lib/Basic/Targets/ |
D | Le64.h | 45 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | ARC.h | 49 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | MSP430.h | 90 const char *getClobbers() const override { in getClobbers() function
|
D | Lanai.h | 88 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | XCore.h | 53 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | TCE.h | 91 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | VE.h | 76 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | PNaCl.h | 70 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | AVR.h | 69 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | BPF.h | 61 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | SPIR.h | 74 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | Hexagon.h | 116 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | RISCV.h | 66 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | NVPTX.h | 103 const char *getClobbers() const override { in getClobbers() function
|
D | SystemZ.h | 75 const char *getClobbers() const override { in getClobbers() function
|
D | WebAssembly.h | 109 const char *getClobbers() const final { return ""; } in getClobbers() function
|
D | Mips.h | 282 const char *getClobbers() const override { in getClobbers() function
|
D | AMDGPU.h | 116 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | Sparc.h | 84 const char *getClobbers() const override { in getClobbers() function
|
D | PPC.h | 325 const char *getClobbers() const override { return ""; } in getClobbers() function
|
D | AArch64.cpp | 701 const char *AArch64TargetInfo::getClobbers() const { return ""; } in getClobbers() function in AArch64TargetInfo
|
D | ARM.cpp | 1110 const char *ARMTargetInfo::getClobbers() const { in getClobbers() function in ARMTargetInfo
|
D | X86.h | 230 const char *getClobbers() const override { in getClobbers() function
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 1098 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::PPCTargetInfo 1841 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::NVPTXTargetInfo 1991 const char * getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::AMDGPUTargetInfo 2661 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::X86TargetInfo 5366 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::ARMTargetInfo 5928 const char *getClobbers() const override { return ""; } in getClobbers() function in __anon6f485c4e0111::AArch64TargetInfo 6144 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::HexagonTargetInfo 6345 const char *getClobbers() const override { return ""; } in getClobbers() function in __anon6f485c4e0111::LanaiTargetInfo 6439 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::SparcTargetInfo 6770 const char *getClobbers() const override { in getClobbers() function in __anon6f485c4e0111::SystemZTargetInfo [all …]
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1816 ArrayRef<StringRef> getClobbers() const { in getClobbers() function
|