Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp175 if (source_spec.IsRelative()) in GetFile()
218 if (destination_spec.IsRelative()) in PutFile()
/llvm-project-15.0.7/lld/test/ELF/
H A Dcombreloc.s11 # -z combreloc is the default: sort relocations by (!IsRelative,SymIndex,r_offset),
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h256 bool IsRelative() const;
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp474 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
494 if (IsRelative()) in MakeAbsolute()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverFileLine.cpp237 const bool is_relative = search_file_spec.IsRelative(); in SearchCallback()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp265 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp185 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
H A DTargetList.cpp292 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp27 if (file_spec.IsRelative()) in NormalizePath()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1356 const bool IsRelative = in emitCFIInstruction() local
1361 if (IsRelative) in emitCFIInstruction()
1405 const bool IsRelative = in emitCFIInstruction() local
1413 if (IsRelative) in emitCFIInstruction()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp825 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
H A DSymbolFileDWARF.cpp1730 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1737 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1804 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp154 if (!cmd_file.IsRelative()) { in DoExecute()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp4938 const bool IsRelative = Rel.isRelative(); in patchELFAllocatableRelaSections() local
4939 if (PatchRelative != IsRelative) in patchELFAllocatableRelaSections()
4942 if (IsRelative) in patchELFAllocatableRelaSections()