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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 28 /// CommDirectiveSupportsAlignment - True if .comm supports alignment. This
31 bool CommDirectiveSupportsAlignment;
171 return CommDirectiveSupportsAlignment;
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 28 bool CommDirectiveSupportsAlignment;
211 return CommDirectiveSupportsAlignment;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 30 bool CommDirectiveSupportsAlignment;
226 return CommDirectiveSupportsAlignment;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 32 CommDirectiveSupportsAlignment = false;
501 CommDirectiveSupportsAlignment = true;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 72 CommDirectiveSupportsAlignment = false;
603 CommDirectiveSupportsAlignment = true;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 74 CommDirectiveSupportsAlignment = false;
634 CommDirectiveSupportsAlignment = true;
    [all...]

Completed in 520 milliseconds