Home
last modified time | relevance | path

Searched refs:getLCOMMDirectiveAlignmentType (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h510 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h562 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType() function
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h607 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp775 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in EmitXCOFFLocalCommonSymbol()
819 switch (MAI->getLCOMMDirectiveAlignmentType()) { in EmitLocalCommonSymbol()
/external/llvm-project/llvm/lib/MC/
DMCAsmStreamer.cpp794 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()
911 switch (MAI->getLCOMMDirectiveAlignmentType()) { in emitLocalCommonSymbol()
/external/llvm/lib/MC/
DMCAsmStreamer.cpp646 switch (MAI->getLCOMMDirectiveAlignmentType()) { in EmitLocalCommonSymbol()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp457 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in EmitGlobalVariable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp558 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in EmitGlobalVariable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp587 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4230 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4901 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp4936 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
DMasmParser.cpp5747 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()