HomeSort by: relevance | last modified time | path
    Searched defs:getClobbers (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
M68k.cpp 202 const char *M68kTargetInfo::getClobbers() const {
AArch64.cpp 761 const char *AArch64TargetInfo::getClobbers() const { return ""; }
ARM.cpp 1130 const char *ARMTargetInfo::getClobbers() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3268 ArrayRef<StringRef> getClobbers() const {
3277 StringRef getClobber(unsigned i) const { return getClobbers()[i]; }

Completed in 21 milliseconds