Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1013 FileSpec include_spec(include_path, dwarf_cu->GetPathStyle()); in ParseImportedModules() local
1014 MakeAbsoluteAndRemap(include_spec, *dwarf_cu, m_objfile_sp->GetModule()); in ParseImportedModules()
1015 module.search_path = ConstString(include_spec.GetPath()); in ParseImportedModules()