Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp558 SmallString<128> PathHome; in native() local
559 home_directory(PathHome); in native()
560 PathHome.append(Path.begin() + 1, Path.end()); in native()
561 Path = PathHome; in native()