HomeSort by relevance Sort by last modified time
    Searched refs:asmstr (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.c 12 extern char asmstr[];
23 printf("This string should read `hello, world': `%s'\n", asmstr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elftest.c 13 extern char asmstr[];
24 printf("This string should read `hello, world': `%s'\n", asmstr);
elfso.asm 32 GLOBAL asmstr:data asmstr.end-asmstr ; [2]
79 asmstr db 'hello, world', 0 ; [2] define
elftest.asm 29 [GLOBAL asmstr] ; [2]
66 asmstr db 'hello, world', 0 ; [2] define
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.c 12 extern char asmstr[];
23 printf("This string should read `hello, world': `%s'\n", asmstr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.c 15 extern char asmstr[];
27 printf("This string should read `hello, world': `%s'\n", asmstr);
30 a = (long)asmstr;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
machotest.c 13 extern char asmstr[];
24 printf("This string should read `hello, world': `%s'\n", asmstr);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 27 [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/dbgfmts/stabs/tests/
stabs-elf.asm 29 [GLOBAL asmstr] ; [2]
66 asmstr db 'hello, world', 0 ; [2] define
  /external/clang/lib/AST/
Stmt.cpp 604 return AsmStr;
631 Expr **exprs, StringLiteral *asmstr,
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
657 StringRef asmstr, ArrayRef<StringRef> clobbers,
663 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers);
674 StringRef asmstr,
686 AsmStr = copyIntoContext(C, asmstr);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 868 const char *asmstr = nvTM->getManagedStrPool() local
    [all...]

Completed in 802 milliseconds