Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp758 llvm::StringRef comp_dir = removeHostnameFromPathname( in ComputeCompDirAndGuessPathStyle() local
760 if (!comp_dir.empty()) { in ComputeCompDirAndGuessPathStyle()
762 FileSpec::GuessPathStyle(comp_dir).getValueOr(FileSpec::Style::native); in ComputeCompDirAndGuessPathStyle()
763 m_comp_dir = FileSpec(comp_dir, comp_dir_style); in ComputeCompDirAndGuessPathStyle()
H A DSymbolFileDWARF.cpp1647 const char *comp_dir = in GetDwoSymbolFileForCompileUnit() local
1649 if (!comp_dir) in GetDwoSymbolFileForCompileUnit()
1652 dwo_file.SetFile(comp_dir, FileSpec::Style::native); in GetDwoSymbolFileForCompileUnit()
1715 const char *comp_dir = in UpdateExternalModuleListIfNeeded() local
1717 if (comp_dir) { in UpdateExternalModuleListIfNeeded()
1718 dwo_module_spec.GetFileSpec().SetFile(comp_dir, in UpdateExternalModuleListIfNeeded()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def289 HANDLE_DW_AT(0x1b, comp_dir, 2, DWARF)