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

References

tools/llvm-config/llvm-config.cpp
  311     ActivePrefix = CurrentExecPrefix;
  323       ActivePrefix = ActiveObjRoot;
  329           ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX + "/cmake/llvm";
  337     ActivePrefix = CurrentExecPrefix;
  338     ActiveIncludeDir = ActivePrefix + "/include";
  340     sys::fs::make_absolute(ActivePrefix, path);
  342     ActiveLibDir = ActivePrefix + "/lib" + LLVM_LIBDIR_SUFFIX;
  367       std::replace(ActivePrefix.begin(), ActivePrefix.end(), '/', '\\');
  367       std::replace(ActivePrefix.begin(), ActivePrefix.end(), '/', '\\');
  482         OS << ActivePrefix << '\n';
  563         OS << ActivePrefix << '\n';