HomeSort by relevance Sort by last modified time
    Searched refs:hasDotTypeDotSizeDirective (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/
MCAsmInfo.h 266 /// HasDotTypeDotSizeDirective - True if the target has .type and .size
268 bool HasDotTypeDotSizeDirective; // Defaults to true.
528 bool hasDotTypeDotSizeDirective() const {return HasDotTypeDotSizeDirective;}
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 153 if (MAI->hasDotTypeDotSizeDirective()) {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 282 if (MAI->hasDotTypeDotSizeDirective())
417 if (MAI->hasDotTypeDotSizeDirective())
439 if (MAI->hasDotTypeDotSizeDirective())
784 if (MAI->hasDotTypeDotSizeDirective()) {
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 450 assert(MAI->hasDotTypeDotSizeDirective() && "Symbol Attr not supported");
527 assert(MAI->hasDotTypeDotSizeDirective());
    [all...]

Completed in 32 milliseconds