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.cpp869 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local
871 if (!comp_dir.empty()) { in ComputeCompDirAndGuessPathStyle()
873 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()
874 m_comp_dir = FileSpec(comp_dir, comp_dir_style); in ComputeCompDirAndGuessPathStyle()
H A DSymbolFileDWARF.cpp1105 std::string comp_dir = dwarf_cu.GetCompilationDirectory().GetPath(); in ParseSupportFiles() local
1107 dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles()
1866 const char *comp_dir = in GetDwoSymbolFileForCompileUnit() local
1870 if (comp_dir) { in GetDwoSymbolFileForCompileUnit()
1871 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit()
1892 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1969 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()
1970 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
2039 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local
2041 if (comp_dir) { in UpdateExternalModuleListIfNeeded()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def305 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)