/external/llvm-project/lldb/source/Target/ |
D | PathMappingList.cpp | 174 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()
|
D | TraceSessionFileParser.cpp | 24 if (file_spec.IsRelative()) in NormalizePath()
|
D | TargetList.cpp | 322 if (file.IsRelative() && !user_exe_path.empty()) { in CreateTargetInternal()
|
/external/llvm-project/lldb/unittests/Utility/ |
D | FileSpecTest.cpp | 293 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/ |
D | PlatformAndroid.cpp | 193 if (source_spec.IsRelative()) in GetFile() 236 if (destination_spec.IsRelative()) in PutFile()
|
/external/llvm-project/lld/test/ELF/ |
D | combreloc.s | 11 # -z combreloc is the default: sort relocations by (!IsRelative,SymIndex,r_offset),
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | FileSpec.h | 256 bool IsRelative() const;
|
/external/llvm-project/lldb/source/Utility/ |
D | FileSpec.cpp | 475 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec 495 if (IsRelative()) in MakeAbsolute()
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointResolverFileLine.cpp | 220 const bool is_relative = m_file_spec.IsRelative(); in SearchCallback()
|
/external/lzma/CPP/Windows/ |
D | FileIO.h | 56 bool IsRelative() const { return Flags == _my_SYMLINK_FLAG_RELATIVE; } in IsRelative() function
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1064 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/ |
D | ProcessLaunchInfo.cpp | 270 if (arg_spec.IsRelative()) { in ConvertArgumentsForLaunchingInShell()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 1362 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/ |
D | command_parser_test.cc | 855 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/ |
D | MCDwarf.cpp | 1409 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/ |
D | parser_expect_test.cc | 54 EXPECT_FALSE(probe->IsRelative()); in TEST_F() 96 EXPECT_FALSE(probe->IsRelative()); in TEST_F()
|
/external/deqp-deps/amber/src/ |
D | verifier.cc | 421 } else if (command->IsRelative()) { in Probe()
|
D | command.h | 371 bool IsRelative() const { return is_relative_; } in IsRelative() function
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 354 if (attr.IsRelative()) in GetProperty()
|
D | EnumDirItems.cpp | 884 if (attr.IsRelative()) in FillFixedReparse()
|
D | ArchiveExtractCallback.cpp | 748 isRelative = reparse.IsRelative(); in GetStream()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFUnit.cpp | 750 if (m_file_spec->IsRelative()) in ComputeAbsolutePath()
|
D | SymbolFileDWARF.cpp | 1637 if (dwo_file.IsRelative()) { in GetDwoSymbolFileForCompileUnit() 1698 if (dwo_module_spec.GetFileSpec().IsRelative()) { in UpdateExternalModuleListIfNeeded()
|