Home
last modified time | relevance | path

Searched refs:comp_dir (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp848 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local
850 if (!comp_dir.empty()) { in ComputeCompDirAndGuessPathStyle()
852 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()
853 m_comp_dir = FileSpec(comp_dir, comp_dir_style); in ComputeCompDirAndGuessPathStyle()
H A DSymbolFileDWARF.cpp1827 const char *comp_dir = in GetDwoSymbolFileForCompileUnit() local
1831 if (comp_dir) { in GetDwoSymbolFileForCompileUnit()
1832 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit()
1853 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1930 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()
1931 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
2000 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local
2002 if (comp_dir) { in UpdateExternalModuleListIfNeeded()
2003 dwo_module_spec.GetFileSpec().SetFile(comp_dir, in UpdateExternalModuleListIfNeeded()
4277 if (comp_dir) { in GetSeparateDebugInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def300 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)