HomeSort by: relevance | last modified time | path
    Searched refs:getCOMMDirectiveAlignmentIsInBytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 708 bool getCOMMDirectiveAlignmentIsInBytes() const {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 918 if (MAI->getCOMMDirectiveAlignmentIsInBytes())
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 4984 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||
MasmParser.cpp 5770 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) ||

Completed in 27 milliseconds