Searched refs:getClobbers (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Basic/
H A DTargets.cpp908 const char *getClobbers() const override {
1392 const char *getClobbers() const override {
1498 const char * getClobbers() const override {
1866 const char *getClobbers() const override {
4085 const char *getClobbers() const override {
4528 virtual const char *getClobbers() const { return ""; }
4713 const char *getClobbers() const override {
4872 const char *getClobbers() const override {
5067 const char *getClobbers() const override {
5178 const char *getClobbers() cons
[all...]
/external/clang/include/clang/Basic/
H A DTargetInfo.h576 virtual const char *getClobbers() const = 0;
/external/clang/include/clang/AST/
H A DStmt.h1785 ArrayRef<StringRef> getClobbers() const { function in class:clang::MSAsmStmt
1793 StringRef getClobber(unsigned i) const { return getClobbers()[i]; }
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1969 std::string MachineClobbers = getTarget().getClobbers();
/external/clang/lib/Sema/
H A DTreeTransform.h5912 S->getAllConstraints(), S->getClobbers(),

Completed in 7857 milliseconds