Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h450 bool getAlignmentIsInBytes() const { in getAlignmentIsInBytes() function
/external/llvm/lib/Target/PTX/
DPTXMCAsmStreamer.cpp440 if (MAI.getAlignmentIsInBytes()) in EmitValueToAlignment()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1087 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement()
1091 bool IsPow2 = !getContext().getAsmInfo().getAlignmentIsInBytes(); in ParseStatement()
1979 if (Lexer.getMAI().getAlignmentIsInBytes()) { in ParseDirectiveComm()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp687 if (MAI.getAlignmentIsInBytes()) in EmitValueToAlignment()