Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp117 const bool file_spec_relative = file_spec.IsRelative(); in FindCompatibleIndex()
135 } else if (curr_file.IsRelative() || file_spec_relative) {
H A DFileSpec.cpp507 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
531 if (IsRelative()) in MakeAbsolute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h265 bool IsRelative() const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp261 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp222 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1361 const bool IsRelative = in emitCFIInstruction() local
1366 if (IsRelative) in emitCFIInstruction()
1410 const bool IsRelative = in emitCFIInstruction() local
1418 if (IsRelative) in emitCFIInstruction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp29 if (file_spec.IsRelative()) in NormalizePath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp219 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
H A DTargetList.cpp294 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp895 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp1872 if (!dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1931 if (dwo_name_spec.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1969 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()
2038 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp135 if (!cmd_file.IsRelative()) { in DoExecute()