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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 23 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfoDarwin.cpp 67 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfo.cpp 71 COMMDirectiveAlignmentIsInBytes = true;
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCAsmInfo.cpp 41 COMMDirectiveAlignmentIsInBytes = false;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmInfoCOFF.cpp 21 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfoDarwin.cpp 32 COMMDirectiveAlignmentIsInBytes = false;
MCAsmInfo.cpp 76 COMMDirectiveAlignmentIsInBytes = true;
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 33 COMMDirectiveAlignmentIsInBytes = false;
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 63 COMMDirectiveAlignmentIsInBytes = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 263 bool COMMDirectiveAlignmentIsInBytes;
508 return COMMDirectiveAlignmentIsInBytes;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmInfo.h 261 /// COMMDirectiveAlignmentIsInBytes - True is COMMDirective's optional
263 bool COMMDirectiveAlignmentIsInBytes; // Defaults to true;
523 return COMMDirectiveAlignmentIsInBytes;

Completed in 580 milliseconds