Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h256 bool IsRelative() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp475 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
495 if (IsRelative()) in MakeAbsolute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp24 if (file_spec.IsRelative()) in NormalizePath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp233 const bool is_relative = search_file_spec.IsRelative(); in SearchCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp273 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp189 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
H A DTargetList.cpp332 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1326 const bool IsRelative = in emitCFIInstruction() local
1331 if (IsRelative) in emitCFIInstruction()
1375 const bool IsRelative = in emitCFIInstruction() local
1383 if (IsRelative) in emitCFIInstruction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp784 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp1646 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1653 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1714 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()