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 79 const char *MCountName;
259 /// MCountName - This returns name of the mcount instrumentation function.
261 return MCountName;
  /external/clang/lib/Basic/
TargetInfo.cpp 62 MCountName = "mcount";
Targets.cpp 202 this->MCountName = "\01mcount";
268 this->MCountName = ".mcount";
274 this->MCountName = "_mcount";
277 this->MCountName = "__mcount";
    [all...]

Completed in 34 milliseconds