Searched defs:asmstr (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
H A Dstabs-elf.asm29 [GLOBAL asmstr] ; [2]
66 asmstr db 'hello, world', 0 ; [2] define
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delfso64.asm27 [GLOBAL asmstr:data asmstr.end-asmstr] ; [2]
72 asmstr db 'hello, world', 0 ; [2] define
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfso.asm32 GLOBAL asmstr:data asmstr.end-asmstr ; [2]
79 asmstr db 'hello, world', 0 ; [2] define
H A Delftest.asm29 [GLOBAL asmstr] ; [2]
66 asmstr db 'hello, world', 0 ; [2] define
/external/clang/lib/AST/
H A DStmt.cpp632 StringLiteral *asmstr, unsigned numclobbers,
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
657 StringRef asmstr, ArrayRef<StringRef> clobbers,
663 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
673 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr, argument
685 AsmStr = copyIntoContext(C, asmstr);
628 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
652 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument

Completed in 1028 milliseconds