Searched defs:asmstr (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/ |
D | elfso64.asm | 72 asmstr db 'hello, world', 0 ; [2] define
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/ |
D | stabs-elf.asm | 66 asmstr db 'hello, world', 0 ; [2] define
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
D | elftest.asm | 66 asmstr db 'hello, world', 0 ; [2] define
|
D | elfso.asm | 79 asmstr db 'hello, world', 0 ; [2] define
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 632 StringLiteral *asmstr, unsigned numclobbers, in GCCAsmStmt() 657 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt() 673 void MSAsmStmt::initialize(const ASTContext &C, StringRef asmstr, in initialize()
|