Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h520 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1939 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1943 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
5817 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()