Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h530 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmStreamer.cpp759 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4769 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()