Lines Matching refs:SymbolFileDWARF

102 LLDB_PLUGIN_DEFINE(SymbolFileDWARF)
104 char SymbolFileDWARF::ID;
119 return ConstString(SymbolFileDWARF::GetPluginNameStatic()); in GetSettingName()
240 void SymbolFileDWARF::Initialize() { in Initialize()
248 void SymbolFileDWARF::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
259 void SymbolFileDWARF::Terminate() { in Terminate()
265 llvm::StringRef SymbolFileDWARF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
269 SymbolFile *SymbolFileDWARF::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
270 return new SymbolFileDWARF(std::move(objfile_sp), in CreateInstance()
274 TypeList &SymbolFileDWARF::GetTypeList() { in GetTypeList()
280 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, in GetTypes()
350 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, in GetTypes()
390 SymbolFileDWARF::GetParentSymbolContextDIE(const DWARFDIE &child_die) { in GetParentSymbolContextDIE()
409 SymbolFileDWARF::SymbolFileDWARF(ObjectFileSP objfile_sp, in SymbolFileDWARF() function in SymbolFileDWARF
420 SymbolFileDWARF::~SymbolFileDWARF() = default;
427 UniqueDWARFASTTypeMap &SymbolFileDWARF::GetUniqueDWARFASTTypeMap() { in GetUniqueDWARFASTTypeMap()
436 SymbolFileDWARF::GetTypeSystemForLanguage(LanguageType language) { in GetTypeSystemForLanguage()
448 void SymbolFileDWARF::InitializeObject() { in InitializeObject()
497 void SymbolFileDWARF::InitializeFirstCodeAddress() { in InitializeFirstCodeAddress()
504 void SymbolFileDWARF::InitializeFirstCodeAddressRecursive( in InitializeFirstCodeAddressRecursive()
516 bool SymbolFileDWARF::SupportedVersion(uint16_t version) { in SupportedVersion()
520 uint32_t SymbolFileDWARF::CalculateAbilities() { in CalculateAbilities()
600 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()
615 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev()
636 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()
645 DWARFCompileUnit *SymbolFileDWARF::GetDWARFCompileUnit(CompileUnit *comp_unit) { in GetDWARFCompileUnit()
658 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
698 lldb::CompUnitSP SymbolFileDWARF::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { in ParseCompileUnit()
761 LanguageType cu_language = SymbolFileDWARF::LanguageTypeFromDWARF( in ParseCompileUnit()
779 void SymbolFileDWARF::BuildCuTranslationTable() { in BuildCuTranslationTable()
796 llvm::Optional<uint32_t> SymbolFileDWARF::GetDWARFUnitIndex(uint32_t cu_idx) { in GetDWARFUnitIndex()
805 uint32_t SymbolFileDWARF::CalculateNumCompileUnits() { in CalculateNumCompileUnits()
811 CompUnitSP SymbolFileDWARF::ParseCompileUnitAtIndex(uint32_t cu_idx) { in ParseCompileUnitAtIndex()
821 Function *SymbolFileDWARF::ParseFunction(CompileUnit &comp_unit, in ParseFunction()
865 lldb::addr_t SymbolFileDWARF::FixupAddress(lldb::addr_t file_addr) { in FixupAddress()
872 bool SymbolFileDWARF::FixupAddress(Address &addr) { in FixupAddress()
880 lldb::LanguageType SymbolFileDWARF::ParseLanguage(CompileUnit &comp_unit) { in ParseLanguage()
889 XcodeSDK SymbolFileDWARF::ParseXcodeSDK(CompileUnit &comp_unit) { in ParseXcodeSDK()
917 size_t SymbolFileDWARF::ParseFunctions(CompileUnit &comp_unit) { in ParseFunctions()
940 bool SymbolFileDWARF::ForEachExternalModule( in ForEachExternalModule()
968 bool SymbolFileDWARF::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles()
982 bool SymbolFileDWARF::ParseSupportFiles(DWARFUnit &dwarf_cu, in ParseSupportFiles()
1003 FileSpec SymbolFileDWARF::GetFile(DWARFUnit &unit, size_t file_idx) { in GetFile()
1015 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
1051 bool SymbolFileDWARF::ParseIsOptimized(CompileUnit &comp_unit) { in ParseIsOptimized()
1059 bool SymbolFileDWARF::ParseImportedModules( in ParseImportedModules()
1114 bool SymbolFileDWARF::ParseLineTable(CompileUnit &comp_unit) { in ParseLineTable()
1177 SymbolFileDWARF::ParseDebugMacros(lldb::offset_t *offset) { in ParseDebugMacros()
1199 bool SymbolFileDWARF::ParseDebugMacros(CompileUnit &comp_unit) { in ParseDebugMacros()
1223 size_t SymbolFileDWARF::ParseBlocksRecursive( in ParseBlocksRecursive()
1342 bool SymbolFileDWARF::ClassOrStructIsVirtual(const DWARFDIE &parent_die) { in ClassOrStructIsVirtual()
1364 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
1371 user_id_t SymbolFileDWARF::GetUID(DIERef ref) { in GetUID()
1381 llvm::Optional<SymbolFileDWARF::DecodedUID>
1382 SymbolFileDWARF::DecodeUID(lldb::user_id_t uid) { in DecodeUID()
1394 SymbolFileDWARF *dwarf = debug_map->GetSymbolFileByOSOIndex( in DecodeUID()
1415 SymbolFileDWARF::GetDIE(lldb::user_id_t uid) { in GetDIE()
1428 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID()
1441 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID()
1454 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID()
1464 Type *SymbolFileDWARF::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID()
1476 SymbolFileDWARF::GetDynamicArrayInfoForUID( in GetDynamicArrayInfoForUID()
1485 Type *SymbolFileDWARF::ResolveTypeUID(const DIERef &die_ref) { in ResolveTypeUID()
1489 Type *SymbolFileDWARF::ResolveTypeUID(const DWARFDIE &die, in ResolveTypeUID()
1531 bool SymbolFileDWARF::HasForwardDeclForClangType( in HasForwardDeclForClangType()
1550 bool SymbolFileDWARF::CompleteType(CompilerType &compiler_type) { in CompleteType()
1596 Type *SymbolFileDWARF::ResolveType(const DWARFDIE &die, in ResolveType()
1617 SymbolFileDWARF::GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu) { in GetCompUnitForDWARFCompUnit()
1634 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods()
1639 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction()
1660 lldb::ModuleSP SymbolFileDWARF::GetExternalModule(ConstString name) { in GetExternalModule()
1670 SymbolFileDWARF::GetDIE(const DIERef &die_ref) { in GetDIE()
1672 SymbolFileDWARF *dwarf = *die_ref.dwo_num() == 0x3fffffff in GetDIE()
1694 llvm::Optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId()
1706 SymbolFileDWARF::GetDwoSymbolFileForCompileUnit( in GetDwoSymbolFileForCompileUnit()
1771 void SymbolFileDWARF::UpdateExternalModuleListIfNeeded() { in UpdateExternalModuleListIfNeeded()
1855 llvm::dyn_cast_or_null<SymbolFileDWARF>(module_sp->GetSymbolFile()); in UpdateExternalModuleListIfNeeded()
1873 SymbolFileDWARF::GlobalVariableMap &SymbolFileDWARF::GetGlobalAranges() { in GetGlobalAranges()
1920 void SymbolFileDWARF::ResolveFunctionAndBlock(lldb::addr_t file_vm_addr, in ResolveFunctionAndBlock()
1947 uint32_t SymbolFileDWARF::ResolveSymbolContext(const Address &so_addr, in ResolveSymbolContext()
2054 uint32_t SymbolFileDWARF::ResolveSymbolContext( in ResolveSymbolContext()
2079 void SymbolFileDWARF::PreloadSymbols() { in PreloadSymbols()
2091 std::recursive_mutex &SymbolFileDWARF::GetModuleMutex() const { in GetModuleMutex()
2098 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile()
2129 void SymbolFileDWARF::FindGlobalVariables( in FindGlobalVariables()
2211 void SymbolFileDWARF::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
2245 bool SymbolFileDWARF::ResolveFunction(const DWARFDIE &orig_die, in ResolveFunction()
2296 bool SymbolFileDWARF::DIEInDeclContext(const CompilerDeclContext &decl_ctx, in DIEInDeclContext()
2314 void SymbolFileDWARF::FindFunctions(ConstString name, in FindFunctions()
2370 void SymbolFileDWARF::FindFunctions(const RegularExpression &regex, in FindFunctions()
2393 void SymbolFileDWARF::GetMangledNamesForFunction( in GetMangledNamesForFunction()
2415 void SymbolFileDWARF::FindTypes( in FindTypes()
2492 void SymbolFileDWARF::FindTypes( in FindTypes()
2537 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace()
2579 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE()
2613 SymbolFileDWARF::GetDeclContextDIEContainingDIE(const DWARFDIE &orig_die) { in GetDeclContextDIEContainingDIE()
2664 Symbol *SymbolFileDWARF::GetObjCClassSymbol(ConstString objc_class_name) { in GetObjCClassSymbol()
2684 bool SymbolFileDWARF::Supports_DW_AT_APPLE_objc_complete_type(DWARFUnit *cu) { in Supports_DW_AT_APPLE_objc_complete_type()
2710 TypeSP SymbolFileDWARF::FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE()
2772 bool SymbolFileDWARF::DIEDeclContextsMatch(const DWARFDIE &die1, in DIEDeclContextsMatch()
2852 TypeSP SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext()
2971 TypeSP SymbolFileDWARF::ParseType(const SymbolContext &sc, const DWARFDIE &die, in ParseType()
3005 size_t SymbolFileDWARF::ParseTypes(const SymbolContext &sc, in ParseTypes()
3043 size_t SymbolFileDWARF::ParseBlocksRecursive(Function &func) { in ParseBlocksRecursive()
3064 size_t SymbolFileDWARF::ParseTypes(CompileUnit &comp_unit) { in ParseTypes()
3080 size_t SymbolFileDWARF::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext()
3128 VariableSP SymbolFileDWARF::ParseVariableDIECached(const SymbolContext &sc, in ParseVariableDIECached()
3148 VariableSP SymbolFileDWARF::ParseVariableDIE(const SymbolContext &sc, in ParseVariableDIE()
3490 SymbolFileDWARF::FindBlockContainingSpecification( in FindBlockContainingSpecification()
3500 SymbolFileDWARF::FindBlockContainingSpecification( in FindBlockContainingSpecification()
3533 void SymbolFileDWARF::ParseAndAppendGlobalVariable( in ParseAndAppendGlobalVariable()
3589 SymbolFileDWARF::MergeBlockAbstractParameters(const DWARFDIE &block_die, in MergeBlockAbstractParameters()
3664 size_t SymbolFileDWARF::ParseVariablesInFunctionContext( in ParseVariablesInFunctionContext()
3682 size_t SymbolFileDWARF::ParseVariablesInFunctionContextRecursive( in ParseVariablesInFunctionContextRecursive()
3749 size_t SymbolFileDWARF::PopulateBlockVariableList( in PopulateBlockVariableList()
3811 SymbolFileDWARF::CollectCallEdges(ModuleSP module, DWARFDIE function_die) { in CollectCallEdges()
3970 SymbolFileDWARF::ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
3982 void SymbolFileDWARF::Dump(lldb_private::Stream &s) { in Dump()
3987 void SymbolFileDWARF::DumpClangAST(Stream &s) { in DumpClangAST()
3998 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()
4009 const std::shared_ptr<SymbolFileDWARFDwo> &SymbolFileDWARF::GetDwpSymbolFile() { in GetDwpSymbolFile()
4035 llvm::Expected<TypeSystem &> SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem()
4039 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser()
4049 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl()
4055 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext()
4062 SymbolFileDWARF::GetContainingDeclContext(const DWARFDIE &die) { in GetContainingDeclContext()
4068 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext()
4077 LanguageType SymbolFileDWARF::LanguageTypeFromDWARF(uint64_t val) { in LanguageTypeFromDWARF()
4090 LanguageType SymbolFileDWARF::GetLanguage(DWARFUnit &unit) { in GetLanguage()
4094 LanguageType SymbolFileDWARF::GetLanguageFamily(DWARFUnit &unit) { in GetLanguageFamily()
4101 StatsDuration::Duration SymbolFileDWARF::GetDebugInfoIndexTime() { in GetDebugInfoIndexTime()