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

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h227 bool AlignmentIsInBytes; member in class:llvm::MCAsmInfo
500 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; }
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAsmInfo.h226 /// AlignmentIsInBytes - If this is true (the default) then the asmprinter
230 bool AlignmentIsInBytes; // Defaults to true member in class:llvm::MCAsmInfo
503 return AlignmentIsInBytes;

Completed in 36 milliseconds