Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h327 bool IsAbsolute() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp542 return !IsAbsolute(); in IsRelative()
545 bool FileSpec::IsAbsolute() const { in IsAbsolute() function in FileSpec
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp254 if (symbol_file_spec.IsAbsolute() && in LocateExecutableSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbolTable.cpp375 bool IsAbsolute, uint64_t Value, in compareDefinedNonCommon() argument
386 if (R->Section == nullptr && Binding == STB_GLOBAL && IsAbsolute && in compareDefinedNonCommon()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1802 if (remote_filename.IsAbsolute()) in LoadImageUsingPaths()