Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h734 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp978 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in emitCommonSymbol()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5036 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
H A DMasmParser.cpp6086 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()