Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileSpecList.cpp90 const bool file_spec_relative = file_spec.IsRelative(); in FindCompatibleIndex()
108 } else if (curr_file.IsRelative() || file_spec_relative) { in FindCompatibleIndex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp176 if (source_spec.IsRelative()) in GetFile()
219 if (destination_spec.IsRelative()) in PutFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h265 bool IsRelative() const;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp493 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
517 if (IsRelative()) in MakeAbsolute()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp265 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp222 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp208 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
H A DTargetList.cpp294 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1353 const bool IsRelative = in emitCFIInstruction() local
1358 if (IsRelative) in emitCFIInstruction()
1402 const bool IsRelative = in emitCFIInstruction() local
1410 if (IsRelative) in emitCFIInstruction()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp28 if (file_spec.IsRelative()) in NormalizePath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp846 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp1758 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1771 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1848 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp155 if (!cmd_file.IsRelative()) { in DoExecute()