Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h494 bool is_absolute_gnu(const Twine &path, Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp387 sys::path::is_absolute_gnu(LineInfo.FileName)) { in printSourceLine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp680 bool is_absolute_gnu(const Twine &path, Style style) { in is_absolute_gnu() function