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;
381 return MCountName;
  /external/clang/lib/Basic/
TargetInfo.cpp 74 MCountName = "mcount";
Targets.cpp 187 this->MCountName = "\01mcount";
236 this->MCountName = ".mcount";
273 this->MCountName = ".mcount";
280 this->MCountName = "_mcount";
283 this->MCountName = "__mcount";
365 this->MCountName = "_mcount";
430 this->MCountName = "__mcount";
436 this->MCountName = "_mcount";
459 this->MCountName = "__mcount";
    [all...]

Completed in 71 milliseconds