Searched defs:AscizDirective (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h188 const char *AscizDirective; member in class:llvm::MCAsmInfo
499 const char *getAscizDirective() const { return AscizDirective; }
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmInfo.h167 /// AscizDirective - If not null, this allows for special handling of
170 const char *AscizDirective; // Defaults to "\t.asciz\t" member in class:llvm::MCAsmInfo
497 return AscizDirective;

Completed in 116 milliseconds