Home
last modified time | relevance | path

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

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