Home
last modified time | relevance | path

Searched refs:getLCOMMDirectiveType (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h518 LCOMM::LCOMMType getLCOMMDirectiveType() const { in getLCOMMDirectiveType() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmStreamer.cpp491 assert(MAI.getLCOMMDirectiveType() != LCOMM::None && in EmitLocalCommonSymbol()
495 assert(MAI.getLCOMMDirectiveType() == LCOMM::ByteAlignment && in EmitLocalCommonSymbol()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp314 if (MAI->getLCOMMDirectiveType() != LCOMM::None && in EmitGlobalVariable()
315 (MAI->getLCOMMDirectiveType() != LCOMM::NoAlignment || Align == 1)) { in EmitGlobalVariable()