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.cpp943 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local
945 if (!comp_dir.empty()) { in ComputeCompDirAndGuessPathStyle()
947 FileSpec::GuessPathStyle(comp_dir).value_or(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()
948 m_comp_dir = FileSpec(comp_dir, comp_dir_style); in ComputeCompDirAndGuessPathStyle()
H A DSymbolFileDWARF.cpp1096 std::string comp_dir = dwarf_cu.GetCompilationDirectory().GetPath(); in ParseSupportFiles() local
1098 dwarf_cu.GetPathStyle(), comp_dir); in ParseSupportFiles()
1805 const char *comp_dir = in GetDwoSymbolFileForCompileUnit() local
1809 if (comp_dir) { in GetDwoSymbolFileForCompileUnit()
1810 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit()
1831 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1908 if (error_dwo_path.IsRelative() && comp_dir != nullptr) { in GetDwoSymbolFileForCompileUnit()
1909 error_dwo_path.PrependPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1978 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local
1980 if (comp_dir) { in UpdateExternalModuleListIfNeeded()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def310 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)