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

  /external/llvm/lib/Target/PTX/MCTargetDesc/
PTXMCAsmInfo.cpp 34 HasDotTypeDotSizeDirective = false;
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 24 HasDotTypeDotSizeDirective = false;
MCAsmInfoDarwin.cpp 65 HasDotTypeDotSizeDirective = false;
MCAsmInfo.cpp 78 HasDotTypeDotSizeDirective = true;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 265 /// HasDotTypeDotSizeDirective - True if the target has .type and .size
267 bool HasDotTypeDotSizeDirective; // Defaults to true.
526 bool hasDotTypeDotSizeDirective() const {return HasDotTypeDotSizeDirective;}

Completed in 55 milliseconds