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

  /external/clang/include/clang/Basic/
TargetInfo.h 74 const char *MCountName;
365 return MCountName;
  /external/clang/lib/Basic/
TargetInfo.cpp 75 MCountName = "mcount";
Targets.cpp 184 this->MCountName = "\01mcount";
233 this->MCountName = ".mcount";
265 this->MCountName = ".mcount";
272 this->MCountName = "_mcount";
275 this->MCountName = "__mcount";
378 this->MCountName = "__mcount";
384 this->MCountName = "_mcount";
408 this->MCountName = "__mcount";
    [all...]

Completed in 210 milliseconds