Lines Matching refs:SymbolFileDWARFDebugMap
47 const SymbolFileDWARFDebugMap::FileRangeMap &
48 SymbolFileDWARFDebugMap::CompileUnitInfo::GetFileRangeMap(SymbolFileDWARFDebugMap *exe_symfile) in GetFileRangeMap()
73 std::vector<SymbolFileDWARFDebugMap::CompileUnitInfo *> cu_infos; in GetFileRangeMap()
222 …SymbolFileDWARF *oso_symfile = SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symbol_vend… in GetSymbolVendor()
258 SymbolFileDWARFDebugMap::Initialize() in Initialize()
266 SymbolFileDWARFDebugMap::Terminate() in Terminate()
273 SymbolFileDWARFDebugMap::GetPluginNameStatic() in GetPluginNameStatic()
280 SymbolFileDWARFDebugMap::GetPluginDescriptionStatic() in GetPluginDescriptionStatic()
286 SymbolFileDWARFDebugMap::CreateInstance (ObjectFile* obj_file) in CreateInstance()
288 return new SymbolFileDWARFDebugMap (obj_file); in CreateInstance()
292 SymbolFileDWARFDebugMap::SymbolFileDWARFDebugMap (ObjectFile* ofile) : in SymbolFileDWARFDebugMap() function in SymbolFileDWARFDebugMap
303 SymbolFileDWARFDebugMap::~SymbolFileDWARFDebugMap() in ~SymbolFileDWARFDebugMap()
308 SymbolFileDWARFDebugMap::InitializeObject() in InitializeObject()
312 new ClangExternalASTSourceCallbacks (SymbolFileDWARFDebugMap::CompleteTagDecl, in InitializeObject()
313 SymbolFileDWARFDebugMap::CompleteObjCInterfaceDecl, in InitializeObject()
315 SymbolFileDWARFDebugMap::LayoutRecordType, in InitializeObject()
322 SymbolFileDWARFDebugMap::InitOSO() in InitOSO()
453 SymbolFileDWARFDebugMap::GetModuleByOSOIndex (uint32_t oso_idx) in GetModuleByOSOIndex()
462 SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo (CompileUnitInfo *comp_unit_info) in GetModuleByCompUnitInfo()
524 SymbolFileDWARFDebugMap::GetFileSpecForSO (uint32_t oso_idx, FileSpec &file_spec) in GetFileSpecForSO()
540 SymbolFileDWARFDebugMap::GetObjectFileByOSOIndex (uint32_t oso_idx) in GetObjectFileByOSOIndex()
549 SymbolFileDWARFDebugMap::GetSymbolFile (const SymbolContext& sc) in GetSymbolFile()
558 SymbolFileDWARFDebugMap::GetObjectFileByCompUnitInfo (CompileUnitInfo *comp_unit_info) in GetObjectFileByCompUnitInfo()
568 SymbolFileDWARFDebugMap::GetCompUnitInfoIndex (const CompileUnitInfo *comp_unit_info) in GetCompUnitInfoIndex()
581 SymbolFileDWARFDebugMap::GetSymbolFileByOSOIndex (uint32_t oso_idx) in GetSymbolFileByOSOIndex()
589 SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF (SymbolFile *sym_file) in GetSymbolFileAsSymbolFileDWARF()
597 SymbolFileDWARFDebugMap::GetSymbolFileByCompUnitInfo (CompileUnitInfo *comp_unit_info) in GetSymbolFileByCompUnitInfo()
610 SymbolFileDWARFDebugMap::CalculateAbilities () in CalculateAbilities()
636 SymbolFileDWARFDebugMap::GetNumCompileUnits() in GetNumCompileUnits()
644 SymbolFileDWARFDebugMap::ParseCompileUnitAtIndex(uint32_t cu_idx) in ParseCompileUnitAtIndex()
680 SymbolFileDWARFDebugMap::CompileUnitInfo *
681 SymbolFileDWARFDebugMap::GetCompUnitInfo (const SymbolContext& sc) in GetCompUnitInfo()
694 SymbolFileDWARFDebugMap::GetCompUnitInfosForModule (const lldb_private::Module *module, std::vector… in GetCompUnitInfosForModule()
706 SymbolFileDWARFDebugMap::ParseCompileUnitLanguage (const SymbolContext& sc) in ParseCompileUnitLanguage()
715 SymbolFileDWARFDebugMap::ParseCompileUnitFunctions (const SymbolContext& sc) in ParseCompileUnitFunctions()
724 SymbolFileDWARFDebugMap::ParseCompileUnitLineTable (const SymbolContext& sc) in ParseCompileUnitLineTable()
733 SymbolFileDWARFDebugMap::ParseCompileUnitSupportFiles (const SymbolContext& sc, FileSpecList &suppo… in ParseCompileUnitSupportFiles()
743 SymbolFileDWARFDebugMap::ParseFunctionBlocks (const SymbolContext& sc) in ParseFunctionBlocks()
753 SymbolFileDWARFDebugMap::ParseTypes (const SymbolContext& sc) in ParseTypes()
763 SymbolFileDWARFDebugMap::ParseVariablesForContext (const SymbolContext& sc) in ParseVariablesForContext()
774 SymbolFileDWARFDebugMap::ResolveTypeUID(lldb::user_id_t type_uid) in ResolveTypeUID()
784 SymbolFileDWARFDebugMap::ResolveClangOpaqueTypeDefinition (ClangASTType& clang_type) in ResolveClangOpaqueTypeDefinition()
791 SymbolFileDWARFDebugMap::ResolveSymbolContext (const Address& exe_so_addr, uint32_t resolve_scope, … in ResolveSymbolContext()
833 SymbolFileDWARFDebugMap::ResolveSymbolContext (const FileSpec& file_spec, uint32_t line, bool check… in ResolveSymbolContext()
865 SymbolFileDWARFDebugMap::PrivateFindGlobalVariables in PrivateFindGlobalVariables()
895 SymbolFileDWARFDebugMap::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *na… in FindGlobalVariables()
938 SymbolFileDWARFDebugMap::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t… in FindGlobalVariables()
979 SymbolFileDWARFDebugMap::SymbolContainsSymbolWithIndex (uint32_t *symbol_idx_ptr, const CompileUnit… in SymbolContainsSymbolWithIndex()
994 SymbolFileDWARFDebugMap::SymbolContainsSymbolWithID (user_id_t *symbol_idx_ptr, const CompileUnitIn… in SymbolContainsSymbolWithID()
1008 SymbolFileDWARFDebugMap::CompileUnitInfo*
1009 SymbolFileDWARFDebugMap::GetCompileUnitInfoForSymbolWithIndex (uint32_t symbol_idx, uint32_t *oso_i… in GetCompileUnitInfoForSymbolWithIndex()
1032 SymbolFileDWARFDebugMap::CompileUnitInfo*
1033 SymbolFileDWARFDebugMap::GetCompileUnitInfoForSymbolWithID (user_id_t symbol_id, uint32_t *oso_idx_… in GetCompileUnitInfoForSymbolWithID()
1085 SymbolFileDWARFDebugMap::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace… in FindFunctions()
1113 SymbolFileDWARFDebugMap::FindFunctions (const RegularExpression& regex, bool include_inlines, bool … in FindFunctions()
1141 SymbolFileDWARFDebugMap::GetTypes (SymbolContextScope *sc_scope, in GetTypes()
1178 SymbolFileDWARFDebugMap::FindDefinitionTypeForDWARFDeclContext (const DWARFDeclContext &die_decl_ct… in FindDefinitionTypeForDWARFDeclContext()
1194 SymbolFileDWARFDebugMap::Supports_DW_AT_APPLE_objc_complete_type (SymbolFileDWARF *skip_dwarf_oso) in Supports_DW_AT_APPLE_objc_complete_type()
1213 SymbolFileDWARFDebugMap::FindCompleteObjCDefinitionTypeForDIE (const DWARFDebugInfoEntry *die, in FindCompleteObjCDefinitionTypeForDIE()
1229 SymbolFileDWARFDebugMap::FindTypes in FindTypes()
1273 SymbolFileDWARFDebugMap::FindNamespace (const lldb_private::SymbolContext& sc, in FindNamespace()
1306 SymbolFileDWARFDebugMap::GetPluginName() in GetPluginName()
1312 SymbolFileDWARFDebugMap::GetPluginVersion() in GetPluginVersion()
1318 SymbolFileDWARFDebugMap::GetCompileUnit (SymbolFileDWARF *oso_dwarf) in GetCompileUnit()
1339 SymbolFileDWARFDebugMap::CompileUnitInfo *
1340 SymbolFileDWARFDebugMap::GetCompileUnitInfo (SymbolFileDWARF *oso_dwarf) in GetCompileUnitInfo()
1359 SymbolFileDWARFDebugMap::SetCompileUnit (SymbolFileDWARF *oso_dwarf, const CompUnitSP &cu_sp) in SetCompileUnit()
1385 SymbolFileDWARFDebugMap::CompleteTagDecl (void *baton, clang::TagDecl *decl) in CompleteTagDecl()
1387 SymbolFileDWARFDebugMap *symbol_file_dwarf = (SymbolFileDWARFDebugMap *)baton; in CompleteTagDecl()
1405 SymbolFileDWARFDebugMap::CompleteObjCInterfaceDecl (void *baton, clang::ObjCInterfaceDecl *decl) in CompleteObjCInterfaceDecl()
1407 SymbolFileDWARFDebugMap *symbol_file_dwarf = (SymbolFileDWARFDebugMap *)baton; in CompleteObjCInterfaceDecl()
1425 SymbolFileDWARFDebugMap::LayoutRecordType (void *baton, in LayoutRecordType()
1433 SymbolFileDWARFDebugMap *symbol_file_dwarf = (SymbolFileDWARFDebugMap *)baton; in LayoutRecordType()
1446 SymbolFileDWARFDebugMap::GetClangDeclContextContainingTypeUID (lldb::user_id_t type_uid) in GetClangDeclContextContainingTypeUID()
1456 SymbolFileDWARFDebugMap::GetClangDeclContextForTypeUID (const lldb_private::SymbolContext &sc, lldb… in GetClangDeclContextForTypeUID()
1466 SymbolFileDWARFDebugMap::AddOSOFileRange (CompileUnitInfo *cu_info, in AddOSOFileRange()
1483 SymbolFileDWARFDebugMap::FinalizeOSOFileRanges (CompileUnitInfo *cu_info) in FinalizeOSOFileRanges()
1503 SymbolFileDWARFDebugMap::LinkOSOFileAddress (SymbolFileDWARF *oso_symfile, lldb::addr_t oso_file_ad… in LinkOSOFileAddress()
1524 SymbolFileDWARFDebugMap::LinkOSOAddress (Address &addr) in LinkOSOAddress()
1552 SymbolFileDWARFDebugMap::LinkOSOLineTable (SymbolFileDWARF *oso_dwarf, LineTable *line_table) in LinkOSOLineTable()
1561 SymbolFileDWARFDebugMap::AddOSOARanges (SymbolFileDWARF* dwarf2Data, DWARFDebugAranges* debug_arang… in AddOSOARanges()