HomeSort by relevance Sort by last modified time
    Searched refs:AlignmentIsInBytes (Results 26 - 29 of 29) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmInfo.cpp 69 AlignmentIsInBytes = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 227 bool AlignmentIsInBytes;
500 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 226 /// AlignmentIsInBytes - If this is true (the default) then the asmprinter
230 bool AlignmentIsInBytes; // Defaults to true
503 return AlignmentIsInBytes;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmInfo.h 231 bool AlignmentIsInBytes = true;
520 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; }

Completed in 130 milliseconds

12