Searched refs:symbol_vendor (Results 1 – 7 of 7) sorted by relevance
225 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor(); in GetLanguage() local226 if (symbol_vendor) in GetLanguage()230 m_language = symbol_vendor->ParseCompileUnitLanguage(sc); in GetLanguage()245 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor(); in GetLineTable() local246 if (symbol_vendor) in GetLineTable()250 symbol_vendor->ParseCompileUnitLineTable(sc); in GetLineTable()446 SymbolVendor* symbol_vendor = GetModule()->GetSymbolVendor(); in GetSupportFiles() local447 if (symbol_vendor) in GetSupportFiles()451 symbol_vendor->ParseCompileUnitSupportFiles(sc, m_support_files); in GetSupportFiles()
508 SymbolVendor *symbol_vendor = module_sp->GetSymbolVendor(); in GetParentOfInlinedScope() local509 if (symbol_vendor) in GetParentOfInlinedScope()511 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); in GetParentOfInlinedScope()
141 SymbolVendorMacOSX* symbol_vendor = new SymbolVendorMacOSX(module_sp); in CreateInstance() local142 if (symbol_vendor) in CreateInstance()283 symbol_vendor->AddSymbolFileRepresentation(dsym_objfile_sp); in CreateInstance()284 return symbol_vendor; in CreateInstance()291 symbol_vendor->AddSymbolFileRepresentation(obj_file->shared_from_this()); in CreateInstance()293 return symbol_vendor; in CreateInstance()
140 SymbolVendorELF* symbol_vendor = new SymbolVendorELF(module_sp); in CreateInstance() local141 if (symbol_vendor) in CreateInstance()176 symbol_vendor->AddSymbolFileRepresentation (dsym_objfile_sp); in CreateInstance()177 return symbol_vendor; in CreateInstance()
618 SymbolVendor *symbol_vendor = module_sp->GetSymbolVendor(); in FindExternalVisibleDecls() local620 if (symbol_vendor) in FindExternalVisibleDecls()624 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl); in FindExternalVisibleDecls()652 SymbolVendor *symbol_vendor = image->GetSymbolVendor(); in FindExternalVisibleDecls() local654 if (!symbol_vendor) in FindExternalVisibleDecls()659 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl); in FindExternalVisibleDecls()1601 SymbolVendor *symbol_vendor = module_sp->GetSymbolVendor(); in CompleteNamespaceMap() local1603 if (!symbol_vendor) in CompleteNamespaceMap()1608 … found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &module_parent_namespace_decl); in CompleteNamespaceMap()1638 SymbolVendor *symbol_vendor = image->GetSymbolVendor(); in CompleteNamespaceMap() local[all …]
216 SymbolVendor* symbol_vendor = Module::GetSymbolVendor(can_create, feedback_strm); in GetSymbolVendor() local217 if (symbol_vendor) in GetSymbolVendor()222 …oso_symfile = SymbolFileDWARFDebugMap::GetSymbolFileAsSymbolFileDWARF(symbol_vendor->GetSymbolFile… in GetSymbolVendor()245 return symbol_vendor; in GetSymbolVendor()
1487 SymbolVendor *symbol_vendor = module->GetSymbolVendor(true); in DumpModuleSymbolVendor() local1488 if (symbol_vendor) in DumpModuleSymbolVendor()1490 symbol_vendor->Dump(&strm); in DumpModuleSymbolVendor()3345 SymbolVendor *symbol_vendor = module->GetSymbolVendor(); in PrintModule() local3346 if (symbol_vendor) in PrintModule()3348 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); in PrintModule()4362 … SymbolVendor *symbol_vendor = module_sp->GetSymbolVendor(true, &result.GetErrorStream()); in AddModuleSymbols() local4363 if (symbol_vendor) in AddModuleSymbols()4365 SymbolFile *symbol_file = symbol_vendor->GetSymbolFile(); in AddModuleSymbols()