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;
412 return MCountName;
  /external/clang/lib/Basic/
TargetInfo.cpp 73 MCountName = "mcount";
Targets.cpp 221 this->MCountName = "\01mcount";
270 this->MCountName = ".mcount";
313 this->MCountName = ".mcount";
320 this->MCountName = "_mcount";
323 this->MCountName = "__mcount";
411 this->MCountName = "_mcount";
448 this->MCountName = "_mcount";
477 this->MCountName = "__mcount";
483 this->MCountName = "_mcount";
517 this->MCountName = "__mcount"
    [all...]

Completed in 54 milliseconds