Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h732 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp960 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in emitCommonSymbol()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5036 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
H A DMasmParser.cpp6071 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()