Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h59 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
H A DSymbolFileSymtab.cpp213 bool SymbolFileSymtab::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles() function in SymbolFileSymtab
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp117 bool SymbolFileOnDemand::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles() function in SymbolFileOnDemand
123 return m_sym_file_impl->ParseSupportFiles(comp_unit, support_files); in ParseSupportFiles()
H A DCompileUnit.cpp423 symfile->ParseSupportFiles(*this, m_support_files); in GetSupportFiles()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h125 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
398 bool ParseSupportFiles(DWARFUnit &dwarf_cu, const lldb::ModuleSP &module,
H A DSymbolFileDWARFDebugMap.h72 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
H A DSymbolFileDWARFDebugMap.cpp721 bool SymbolFileDWARFDebugMap::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles() function in SymbolFileDWARFDebugMap
726 return oso_dwarf->ParseSupportFiles(comp_unit, support_files); in ParseSupportFiles()
H A DSymbolFileDWARF.cpp745 if (!ParseSupportFiles(dwarf_cu, module_sp, support_files)) in ParseCompileUnit()
997 bool SymbolFileDWARF::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles() function in SymbolFileDWARF
1004 if (!ParseSupportFiles(*dwarf_cu, comp_unit.GetModule(), support_files)) in ParseSupportFiles()
1011 bool SymbolFileDWARF::ParseSupportFiles(DWARFUnit &dwarf_cu, in ParseSupportFiles() function in SymbolFileDWARF
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h75 bool ParseSupportFiles(CompileUnit &comp_unit,
H A DSymbolFileBreakpad.cpp280 bool SymbolFileBreakpad::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles() function in SymbolFileBreakpad
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h83 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
H A DSymbolFile.h185 virtual bool ParseSupportFiles(CompileUnit &comp_unit,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h72 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
H A DSymbolFilePDB.cpp363 bool SymbolFilePDB::ParseSupportFiles( in ParseSupportFiles() function in SymbolFilePDB
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h96 bool ParseSupportFiles(lldb_private::CompileUnit &comp_unit,
H A DSymbolFileNativePDB.cpp1365 bool SymbolFileNativePDB::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles() function in SymbolFileNativePDB