Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h724 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2076 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
2080 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
6206 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
H A DMasmParser.cpp7604 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()