Home
last modified time | relevance | path

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

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