Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPath.h541 bool is_absolute_gnu(const Twine &path, Style style = Style::native);
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp399 sys::path::is_absolute_gnu(LineInfo.FileName)) { in printSourceLine()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp681 bool is_absolute_gnu(const Twine &path, Style style) { in is_absolute_gnu() function