Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h708 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp918 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in emitCommonSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4984 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
H A DMasmParser.cpp5770 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()