Home
last modified time | relevance | path

Searched defs:getClobbers (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DLe64.h44 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DARC.h49 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DMSP430.h90 const char *getClobbers() const override { in getClobbers() function
H A DLanai.h88 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DXCore.h53 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DTCE.h96 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DVE.h73 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DPNaCl.h70 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DAVR.h70 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DM68k.cpp202 const char *M68kTargetInfo::getClobbers() const { in getClobbers() function in clang::targets::M68kTargetInfo
H A DBPF.h64 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DHexagon.h116 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DNVPTX.h108 const char *getClobbers() const override { in getClobbers() function
H A DSPIR.h103 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DSystemZ.h75 const char *getClobbers() const override { in getClobbers() function
H A DWebAssembly.h108 const char *getClobbers() const final { return ""; } in getClobbers() function
H A DRISCV.h82 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DAMDGPU.h116 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DMips.h282 const char *getClobbers() const override { in getClobbers() function
H A DSparc.h84 const char *getClobbers() const override { in getClobbers() function
H A DPPC.h328 const char *getClobbers() const override { return ""; } in getClobbers() function
H A DAArch64.cpp761 const char *AArch64TargetInfo::getClobbers() const { return ""; } in getClobbers() function in AArch64TargetInfo
H A DARM.cpp1130 const char *ARMTargetInfo::getClobbers() const { in getClobbers() function in ARMTargetInfo
H A DX86.h235 const char *getClobbers() const override { in getClobbers() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3268 ArrayRef<StringRef> getClobbers() const { in getClobbers() function