Home
last modified time | relevance | path

Searched refs:getCOMMDirectiveAlignmentIsInBytes (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h522 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/llvm/include/llvm/MC/
DMCAsmInfo.h507 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h530 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp477 if (MAI.getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp627 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmStreamer.cpp736 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4235 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4734 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()