Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h698 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2058 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
2062 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
6142 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
H A DMasmParser.cpp7275 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()