Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h500 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h548 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h593 bool getAlignmentIsInBytes() const { return AlignmentIsInBytes; } in getAlignmentIsInBytes() function
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1665 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1669 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
5237 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1973 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1977 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
5993 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp1987 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
1991 bool IsPow2 = !getContext().getAsmInfo()->getAlignmentIsInBytes(); in parseStatement()
6034 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()
DMasmParser.cpp7257 if (getContext().getAsmInfo()->getAlignmentIsInBytes()) in parseMSInlineAsm()