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

References

tools/llvm-config/llvm-config.cpp
  318       ActiveLibDir = ActiveObjRoot + "/lib" + LLVM_LIBDIR_SUFFIX;
  319       ActiveCMakeDir = ActiveLibDir + "/cmake/llvm";
  325       ActiveLibDir =
  342     ActiveLibDir = ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX;
  343     ActiveCMakeDir = ActiveLibDir + "/cmake/llvm";
  369       std::replace(ActiveLibDir.begin(), ActiveLibDir.end(), '/', '\\');
  369       std::replace(ActiveLibDir.begin(), ActiveLibDir.end(), '/', '\\');
  375     StaticDir = ActiveLibDir;
  380     StaticDir = SharedDir = ActiveLibDir;
  387     StaticDir = SharedDir = ActiveLibDir;
  488         OS << ActiveLibDir << '\n';
  499            << ActiveLibDir << ' ' << LLVM_LDFLAGS << '\n';