Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmInfo.h466 bool hasLCOMMDirective() const { return HasLCOMMDirective; } in hasLCOMMDirective() function
/external/llvm/lib/MC/
DMCAsmStreamer.cpp488 assert(MAI.hasLCOMMDirective() && "Doesn't have .lcomm, can't emit it!"); in EmitLocalCommonSymbol()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp321 if (MAI->hasLCOMMDirective()) { in EmitGlobalVariable()