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

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

Completed in 77 milliseconds