Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmInfo.h727 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmStreamer.cpp1062 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in emitCommonSymbol()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp5065 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
HDMasmParser.cpp6054 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()