Home
last modified time | relevance | path

Searched defs:IsAbsolute (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDFileSpec.cpp479 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLink.h131 uint64_t IsAbsolute : 1; variable