reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/TargetInfo.h
  677     return MCountName;
tools/clang/lib/Basic/TargetInfo.cpp
  109   MCountName = "mcount";
tools/clang/lib/Basic/Targets/AArch64.cpp
   90     this->MCountName = "\01_mcount";
   92     this->MCountName =
tools/clang/lib/Basic/Targets/ARM.cpp
  324     this->MCountName = Opts.EABIVersion == llvm::EABI::GNU
tools/clang/lib/Basic/Targets/OSTargets.h
  114     this->MCountName = "\01mcount";
  200       this->MCountName = ".mcount";
  250       this->MCountName = ".mcount";
  257       this->MCountName = "_mcount";
  260       this->MCountName = "__mcount";
  413       this->MCountName = "_mcount";
  444     this->MCountName = "__mcount";
  474       this->MCountName = "__mcount";
  480       this->MCountName = "_mcount";
  559       this->MCountName = ".mcount";
  810     this->MCountName = "__mcount";
  835     this->MCountName = "__mcount";