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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCAsmInfo.h738 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/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCAsmStreamer.cpp865 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()
998 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp776 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/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5027 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
DMasmParser.cpp6081 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()