Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h507 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h558 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h603 bool getCOMMDirectiveAlignmentIsInBytes() const { in getCOMMDirectiveAlignmentIsInBytes() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp627 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp804 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in EmitCommonSymbol()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp889 if (MAI->getCOMMDirectiveAlignmentIsInBytes()) in emitCommonSymbol()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4235 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4906 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp4941 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()
DMasmParser.cpp5752 if ((!IsLocal && Lexer.getMAI().getCOMMDirectiveAlignmentIsInBytes()) || in parseDirectiveComm()