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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/MCTargetDesc/
Nios2MCAsmInfo.cpp 36 GlobalDirective = "\t.global\t";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 54 GlobalDirective = "\t// .globl\t";
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 58 GlobalDirective = "\t// .globl\t";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAsmInfo.cpp 51 GlobalDirective = "\t.globl\t";
  /external/llvm/lib/MC/
MCAsmInfo.cpp 68 GlobalDirective = "\t.globl\t";
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmInfo.cpp 72 GlobalDirective = "\t.globl\t";
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 237 const char *GlobalDirective;
502 const char *getGlobalDirective() const { return GlobalDirective; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 238 /// GlobalDirective - This is the directive used to declare a global entity.
240 const char *GlobalDirective; // Defaults to NULL.
509 return GlobalDirective;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 241 const char *GlobalDirective;
522 const char *getGlobalDirective() const { return GlobalDirective; }
  /external/boringssl/src/util/fipstools/delocate/
delocate.peg.go 65 "GlobalDirective",
399 /* 1 Statement <- <(WS? (Label / ((GlobalDirective / LocationDirective / LabelContainingDirective / Instruction / Directive / Comment / ) WS? ((Comment? '\n') / ';'))))> */
506 /* 2 GlobalDirective <- <((('.' ('g' / 'G') ('l' / 'L') ('o' / 'O') ('b' / 'B') ('a' / 'A') ('l' / 'L')) / ('.' ('g' / 'G') ('l' / 'L') ('o' / 'O') ('b' / 'B') ('l' / 'L'))) WS SymbolName)> */
    [all...]

Completed in 858 milliseconds