Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h730 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2072 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
2076 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
6220 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
H A DMasmParser.cpp7572 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()