Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h736 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp857 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()
982 switch (MAI->getLCOMMDirectiveAlignmentType()) { in emitLocalCommonSymbol()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp780 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5031 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
H A DMasmParser.cpp6066 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()