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 73 const char *MCountName;
351 return MCountName;
  /external/clang/lib/Basic/
TargetInfo.cpp 75 MCountName = "mcount";
Targets.cpp 186 this->MCountName = "\01mcount";
236 this->MCountName = ".mcount";
270 this->MCountName = ".mcount";
276 this->MCountName = "_mcount";
279 this->MCountName = "__mcount";
388 this->MCountName = "__mcount";
394 this->MCountName = "_mcount";
419 this->MCountName = "__mcount";
    [all...]

Completed in 127 milliseconds