Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h454 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp776 if (MAI->getAlignmentIsInBytes()) in EmitValueToAlignment()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1409 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1413 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()