HomeSort by relevance Sort by last modified time
    Searched defs:InlineAsmStart (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 147 const char *InlineAsmStart;
486 const char *getInlineAsmStart() const { return InlineAsmStart; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 128 /// InlineAsmStart/End - If these are nonempty, they contain a directive to
130 const char *InlineAsmStart; // Defaults to "#APP\n"
464 return InlineAsmStart;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 142 const char *InlineAsmStart;
504 const char *getInlineAsmStart() const { return InlineAsmStart; }

Completed in 209 milliseconds