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