Home
last modified time | relevance | path

Searched refs:COMMDirectiveAlignmentIsInBytes (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DMCAsmInfoCOFF.cpp21 COMMDirectiveAlignmentIsInBytes = false; in MCAsmInfoCOFF()
DMCAsmInfoDarwin.cpp32 COMMDirectiveAlignmentIsInBytes = false; in MCAsmInfoDarwin()
DMCAsmInfo.cpp66 COMMDirectiveAlignmentIsInBytes = true; in MCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h231 bool COMMDirectiveAlignmentIsInBytes; // Defaults to true; variable
469 return COMMDirectiveAlignmentIsInBytes; in getCOMMDirectiveAlignmentIsInBytes()