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 258 /// HasDotTypeDotSizeDirective - True if the target has .type and .size
260 bool HasDotTypeDotSizeDirective; // Defaults to true.
505 bool hasDotTypeDotSizeDirective() const {return HasDotTypeDotSizeDirective;}
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 159 if (MAI->hasDotTypeDotSizeDirective()) {
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 421 assert(MAI.hasDotTypeDotSizeDirective() && "Symbol Attr not supported");
498 assert(MAI.hasDotTypeDotSizeDirective());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 285 if (MAI->hasDotTypeDotSizeDirective())
414 if (MAI->hasDotTypeDotSizeDirective())
436 if (MAI->hasDotTypeDotSizeDirective())
767 if (MAI->hasDotTypeDotSizeDirective()) {
    [all...]

Completed in 38 milliseconds