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

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h483 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } function in class:llvm::MCAsmInfo
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp822 if (MAI->getAlignmentIsInBytes())
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1551 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes();
1555 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes();
4857 if (getContext().getAsmInfo()->getAlignmentIsInBytes())

Completed in 97 milliseconds