Searched refs:getLCOMMDirectiveAlignmentType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h453 LCOMM::LCOMMType getLCOMMDirectiveAlignmentType() const { function in class:llvm::MCAsmInfo
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp527 switch (MAI->getLCOMMDirectiveAlignmentType()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp407 if (MAI->getLCOMMDirectiveAlignmentType() != LCOMM::NoAlignment) {
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3696 LCOMM::LCOMMType LCOMM = Lexer.getMAI().getLCOMMDirectiveAlignmentType();

Completed in 98 milliseconds