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

  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 26 HasDotTypeDotSizeDirective = false;
MCAsmInfoDarwin.cpp 59 HasDotTypeDotSizeDirective = false;
MCAsmInfo.cpp 73 HasDotTypeDotSizeDirective = true;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 50 HasDotTypeDotSizeDirective = false;
  /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;}

Completed in 58 milliseconds