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

  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 27 /// CommDirectiveSupportsAlignment - True if .comm supports alignment. This
30 bool CommDirectiveSupportsAlignment;
205 return CommDirectiveSupportsAlignment;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 57 CommDirectiveSupportsAlignment = false;
519 CommDirectiveSupportsAlignment = true;
730 CommDirectiveSupportsAlignment = true;
    [all...]

Completed in 443 milliseconds