Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h722 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2077 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
2081 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
6199 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
H A DMasmParser.cpp7587 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()