Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp124 const bool file_spec_relative = file_spec.IsRelative(); in FindCompatibleIndex()
139 } else if (curr_file.IsRelative() || file_spec_relative) { in FindCompatibleIndex()
H A DFileSpec.cpp507 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
531 if (IsRelative()) in MakeAbsolute()
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp298 TEST(FileSpecTest, IsRelative) { in TEST() argument
322 EXPECT_FALSE(PosixSpec(path).IsRelative()); in TEST()
340 EXPECT_TRUE(PosixSpec(path).IsRelative()); in TEST()
/llvm-project/lld/test/ELF/
H A Dcombreloc.s11 # -z combreloc is the default: sort relocations by (!IsRelative,SymIndex,r_offset),
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp213 if (source_spec.IsRelative()) in GetFile()
260 if (destination_spec.IsRelative()) in PutFile()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h265 bool IsRelative() const;
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp231 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp261 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1392 const bool IsRelative = in emitCFIInstruction()
1397 if (IsRelative) in emitCFIInstruction()
1441 const bool IsRelative = in emitCFIInstruction()
1449 if (IsRelative) in emitCFIInstruction()
1361 const bool IsRelative = emitCFIInstruction() local
1410 const bool IsRelative = emitCFIInstruction() local
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp29 if (file_spec.IsRelative()) in NormalizePath()
/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp247 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in ReverseRemapPath()
H A DTargetList.cpp295 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1811 if (!dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1870 if (dwo_name_spec.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1908 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()
1977 if (dwo_module_spec.GetFileSpec().IsRelative()) { in GetDwoSymbolFileForCompileUnit()
H A DDWARFUnit.cpp888 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
/llvm-project/bolt/lib/Rewrite/
H A DRewriteInstance.cpp5275 const bool IsRelative = Rel.isRelative(); in patchELFGOT()
5276 if (PatchRelative != IsRelative) in patchELFGOT()
5279 if (IsRelative) in patchELFDynamic()
5170 const bool IsRelative = Rel.isRelative(); patchELFAllocatableRelaSections() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp135 if (!cmd_file.IsRelative()) { in DoExecute()