Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h589 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp1070 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in emitCommonSymbol()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5003 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
H A DMasmParser.cpp4591 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()