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;
436 return MCountName;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 76 MCountName = "mcount";
Targets.cpp 227 this->MCountName = "\01mcount";
276 this->MCountName = ".mcount";
319 this->MCountName = ".mcount";
326 this->MCountName = "_mcount";
329 this->MCountName = "__mcount";
417 this->MCountName = "_mcount";
454 this->MCountName = "_mcount";
483 this->MCountName = "__mcount";
489 this->MCountName = "_mcount";
523 this->MCountName = "__mcount"
    [all...]

Completed in 98 milliseconds