Home
last modified time | relevance | path

Searched refs:getClobbers (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h740 virtual const char *getClobbers() const = 0;
/external/clang/include/clang/AST/
DStmt.h1816 ArrayRef<StringRef> getClobbers() const { in getClobbers() function
1824 StringRef getClobber(unsigned i) const { return getClobbers()[i]; } in getClobber()
/external/clang/lib/CodeGen/
DCGStmt.cpp2035 std::string MachineClobbers = getTarget().getClobbers(); in EmitAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h6610 S->getAllConstraints(), S->getClobbers(), in TransformMSAsmStmt()