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

References

tools/llvm-config/llvm-config.cpp
  480         OS << PACKAGE_VERSION << '\n';
  482         OS << ActivePrefix << '\n';
  484         OS << ActiveBinDir << '\n';
  486         OS << ActiveIncludeDir << '\n';
  488         OS << ActiveLibDir << '\n';
  490         OS << ActiveCMakeDir << '\n';
  492         OS << ActiveIncludeOption << ' ' << LLVM_CPPFLAGS << '\n';
  494         OS << ActiveIncludeOption << ' ' << LLVM_CFLAGS << '\n';
  496         OS << ActiveIncludeOption << ' ' << LLVM_CXXFLAGS << '\n';
  498         OS << ((HostTriple.isWindowsMSVCEnvironment()) ? "-LIBPATH:" : "-L")
  536             OS << ' ';
  539           OS << Components[I];
  541         OS << '\n';
  543         OS << LLVM_TARGETS_BUILT << '\n';
  545         OS << Triple::normalize(LLVM_DEFAULT_TARGET_TRIPLE) << '\n';
  547         OS << build_mode << '\n';
  552         OS << "ON\n";
  555         OS << LLVM_BUILD_SYSTEM << '\n';
  557         OS << (LLVM_HAS_RTTI ? "YES" : "NO") << '\n';
  559         OS << (LLVM_HAS_GLOBAL_ISEL ? "ON" : "OFF") << '\n';
  563         OS << ActivePrefix << '\n';
  565         OS << LLVM_SRC_ROOT << '\n';
  593       OS << "shared\n";
  649           OS << "static\n";
  656         OS << "shared\n";
  659         OS << "static\n";
  669           OS << GetComponentLibraryFileName(Lib, Shared);
  671           OS << GetComponentLibraryPath(Lib, Shared);
  676             OS << GetComponentLibraryPath(Lib, Shared);
  681               OS << "-l" << LibName;
  684               OS << "-l" << Lib;
  696             OS << ' ';
  701       OS << '\n';
  710       OS << (LinkMode == LinkModeStatic ? LLVM_SYSTEM_LIBS : "") << '\n';