Home
last modified time | relevance | path

Searched refs:getLLVMRevision (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDVersion.cpp52 std::string getLLVMRevision() { in getLLVMRevision() function
85 std::string LLVMRev = getLLVMRevision(); in getClangFullRepositoryVersion()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDVersion.h41 std::string getLLVMRevision();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Version/
HDVersion.cpp65 std::string llvm_rev(clang::getLLVMRevision()); in GetVersion()