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;
180 return CommDirectiveSupportsAlignment;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 32 CommDirectiveSupportsAlignment = false;
536 CommDirectiveSupportsAlignment = true;

Completed in 35 milliseconds