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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 26 HasDotTypeDotSizeDirective = false;
MCAsmInfoDarwin.cpp 59 HasDotTypeDotSizeDirective = false;
MCAsmInfo.cpp 76 HasDotTypeDotSizeDirective = true;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 51 HasDotTypeDotSizeDirective = false;
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCAsmInfo.cpp 63 HasDotTypeDotSizeDirective = false;
  /external/llvm/include/llvm/MC/
MCAsmInfo.h 266 /// HasDotTypeDotSizeDirective - True if the target has .type and .size
268 bool HasDotTypeDotSizeDirective; // Defaults to true.
524 bool hasDotTypeDotSizeDirective() const {return HasDotTypeDotSizeDirective;}

Completed in 191 milliseconds