Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h461 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp776 if (MAI->getAlignmentIsInBytes()) in EmitValueToAlignment()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1411 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1415 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()