Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DPathMappingList.cpp174 FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo; in RemapPath()
210 bool orig_is_relative = orig_spec.IsRelative(); in FindFile()
228 prefix_is_relative = prefix_spec.IsRelative(); in FindFile()
DTraceSessionFileParser.cpp24 if (file_spec.IsRelative()) in NormalizePath()
DTargetList.cpp322 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
/external/llvm-project/lldb/unittests/Utility/
DFileSpecTest.cpp293 TEST(FileSpecTest, IsRelative) { in TEST() argument
317 EXPECT_FALSE(PosixSpec(path).IsRelative()); in TEST()
335 EXPECT_TRUE(PosixSpec(path).IsRelative()); in TEST()
/external/llvm-project/lldb/source/Plugins/Platform/Android/
DPlatformAndroid.cpp193 if (source_spec.IsRelative()) in GetFile()
236 if (destination_spec.IsRelative()) in PutFile()
/external/llvm-project/lld/test/ELF/
Dcombreloc.s11 # -z combreloc is the default: sort relocations by (!IsRelative,SymIndex,r_offset),
/external/llvm-project/lldb/include/lldb/Utility/
DFileSpec.h256 bool IsRelative() const;
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp475 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
495 if (IsRelative()) in MakeAbsolute()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointResolverFileLine.cpp220 const bool is_relative = m_file_spec.IsRelative(); in SearchCallback()
/external/lzma/CPP/Windows/
DFileIO.h56 bool IsRelative() const { return Flags == _my_SYMLINK_FLAG_RELATIVE; } in IsRelative() function
/external/llvm/lib/MC/
DMCDwarf.cpp1064 const bool IsRelative = in EmitCFIInstruction() local
1069 if (IsRelative) in EmitCFIInstruction()
1102 const bool IsRelative = in EmitCFIInstruction() local
1110 if (IsRelative) in EmitCFIInstruction()
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp270 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1362 const bool IsRelative = in EmitCFIInstruction() local
1367 if (IsRelative) in EmitCFIInstruction()
1398 const bool IsRelative = in EmitCFIInstruction() local
1406 if (IsRelative) in EmitCFIInstruction()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc855 EXPECT_EQ(is_relative, cmd->IsRelative()); in TEST_P()
890 EXPECT_EQ(is_relative, cmd->IsRelative()); in TEST_P()
926 EXPECT_EQ(is_relative, cmd->IsRelative()); in TEST_P()
962 EXPECT_EQ(is_relative, cmd->IsRelative()); in TEST_P()
1000 EXPECT_FALSE(cmd->IsRelative()); in TEST_F()
1027 EXPECT_FALSE(cmd->IsRelative()); in TEST_F()
1055 EXPECT_TRUE(cmd->IsRelative()); in TEST_F()
1087 EXPECT_TRUE(cmd->IsRelative()); in TEST_F()
1119 EXPECT_TRUE(cmd->IsRelative()); in TEST_F()
1151 EXPECT_TRUE(cmd->IsRelative()); in TEST_F()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp1409 const bool IsRelative = in emitCFIInstruction() local
1414 if (IsRelative) in emitCFIInstruction()
1445 const bool IsRelative = in emitCFIInstruction() local
1453 if (IsRelative) in emitCFIInstruction()
/external/deqp-deps/amber/src/amberscript/
Dparser_expect_test.cc54 EXPECT_FALSE(probe->IsRelative()); in TEST_F()
96 EXPECT_FALSE(probe->IsRelative()); in TEST_F()
/external/deqp-deps/amber/src/
Dverifier.cc421 } else if (command->IsRelative()) { in Probe()
Dcommand.h371 bool IsRelative() const { return is_relative_; } in IsRelative() function
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp354 if (attr.IsRelative()) in GetProperty()
DEnumDirItems.cpp884 if (attr.IsRelative()) in FillFixedReparse()
DArchiveExtractCallback.cpp748 isRelative = reparse.IsRelative(); in GetStream()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp750 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
DSymbolFileDWARF.cpp1637 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit()
1698 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()