Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h731 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { in getLCOMMDirectiveAlignmentType() function
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp884 assert(MAI->getLCOMMDirectiveAlignmentType() == LCOMM::Log2Alignment && in emitXCOFFLocalCommonSymbol()
1082 switch (MAI->getLCOMMDirectiveAlignmentType()) { in emitLocalCommonSymbol()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp805 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) { in emitGlobalVariable()
/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5060 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()
H A DMasmParser.cpp6049 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType(); in parseDirectiveComm()