Home
last modified time | relevance | path

Searched refs:getCOMMDirectiveAlignmentIsInBytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h468 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp511 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()