| /llvm-project/lldb/source/Utility/ |
| H A D | FileSpecList.cpp | 124 const bool file_spec_relative = file_spec.IsRelative(); in FindCompatibleIndex() 139 } else if (curr_file.IsRelative() || file_spec_relative) { in FindCompatibleIndex()
|
| H A D | FileSpec.cpp | 507 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec 531 if (IsRelative()) in MakeAbsolute()
|
| /llvm-project/lldb/unittests/Utility/ |
| H A D | FileSpecTest.cpp | 298 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 D | combreloc.s | 11 # -z combreloc is the default: sort relocations by (!IsRelative,SymIndex,r_offset),
|
| /llvm-project/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 213 if (source_spec.IsRelative()) in GetFile() 260 if (destination_spec.IsRelative()) in PutFile()
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 265 bool IsRelative() const;
|
| /llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 231 if (!m_removed_prefix_opt.has_value() && request_file.IsRelative()) in DeduceSourceMapping()
|
| /llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 261 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
|
| /llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1392 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 D | TraceIntelPTBundleLoader.cpp | 29 if (file_spec.IsRelative()) in NormalizePath()
|
| /llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 247 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in ReverseRemapPath()
|
| H A D | TargetList.cpp | 295 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
|
| /llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 1811 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 D | DWARFUnit.cpp | 888 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
|
| /llvm-project/bolt/lib/Rewrite/ |
| H A D | RewriteInstance.cpp | 5275 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 D | CommandObjectCommands.cpp | 135 if (!cmd_file.IsRelative()) { in DoExecute()
|