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

Declarations

tools/clang/include/clang/Driver/ToolChain.h
  386   virtual std::string getCompilerRTPath() const;

References

tools/clang/lib/Driver/Driver.cpp
 4576   SmallString<128> P(TC.getCompilerRTPath());
tools/clang/lib/Driver/ToolChain.cpp
  415   SmallString<128> Path(getCompilerRTPath());
tools/clang/lib/Driver/ToolChains/NetBSD.cpp
  263         ToolChain.getCompilerRTPath().c_str()));