• Home
  • Raw
  • Download

Lines Matching refs:SymbolFileDWARF

96 LLDB_PLUGIN_DEFINE(SymbolFileDWARF)
98 char SymbolFileDWARF::ID;
131 return SymbolFileDWARF::GetPluginNameStatic(); in GetSettingName()
251 void SymbolFileDWARF::Initialize() { in Initialize()
259 void SymbolFileDWARF::DebuggerInitialize(Debugger &debugger) { in DebuggerInitialize()
270 void SymbolFileDWARF::Terminate() { in Terminate()
276 lldb_private::ConstString SymbolFileDWARF::GetPluginNameStatic() { in GetPluginNameStatic()
281 const char *SymbolFileDWARF::GetPluginDescriptionStatic() { in GetPluginDescriptionStatic()
285 SymbolFile *SymbolFileDWARF::CreateInstance(ObjectFileSP objfile_sp) { in CreateInstance()
286 return new SymbolFileDWARF(std::move(objfile_sp), in CreateInstance()
290 TypeList &SymbolFileDWARF::GetTypeList() { in GetTypeList()
296 void SymbolFileDWARF::GetTypes(const DWARFDIE &die, dw_offset_t min_die_offset, in GetTypes()
367 void SymbolFileDWARF::GetTypes(SymbolContextScope *sc_scope, in GetTypes()
407 SymbolFileDWARF::GetParentSymbolContextDIE(const DWARFDIE &child_die) { in GetParentSymbolContextDIE()
426 SymbolFileDWARF::SymbolFileDWARF(ObjectFileSP objfile_sp, in SymbolFileDWARF() function in SymbolFileDWARF
437 SymbolFileDWARF::~SymbolFileDWARF() {} in ~SymbolFileDWARF()
444 UniqueDWARFASTTypeMap &SymbolFileDWARF::GetUniqueDWARFASTTypeMap() { in GetUniqueDWARFASTTypeMap()
453 SymbolFileDWARF::GetTypeSystemForLanguage(LanguageType language) { in GetTypeSystemForLanguage()
465 void SymbolFileDWARF::InitializeObject() { in InitializeObject()
502 bool SymbolFileDWARF::SupportedVersion(uint16_t version) { in SupportedVersion()
506 uint32_t SymbolFileDWARF::CalculateAbilities() { in CalculateAbilities()
588 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()
603 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev()
624 DWARFDebugInfo &SymbolFileDWARF::DebugInfo() { in DebugInfo()
634 DWARFCompileUnit *SymbolFileDWARF::GetDWARFCompileUnit(CompileUnit *comp_unit) { in GetDWARFCompileUnit()
647 DWARFDebugRanges *SymbolFileDWARF::GetDebugRanges() { in GetDebugRanges()
678 lldb::CompUnitSP SymbolFileDWARF::ParseCompileUnit(DWARFCompileUnit &dwarf_cu) { in ParseCompileUnit()
698 LanguageType cu_language = SymbolFileDWARF::LanguageTypeFromDWARF( in ParseCompileUnit()
718 void SymbolFileDWARF::BuildCuTranslationTable() { in BuildCuTranslationTable()
735 llvm::Optional<uint32_t> SymbolFileDWARF::GetDWARFUnitIndex(uint32_t cu_idx) { in GetDWARFUnitIndex()
744 uint32_t SymbolFileDWARF::CalculateNumCompileUnits() { in CalculateNumCompileUnits()
750 CompUnitSP SymbolFileDWARF::ParseCompileUnitAtIndex(uint32_t cu_idx) { in ParseCompileUnitAtIndex()
760 Function *SymbolFileDWARF::ParseFunction(CompileUnit &comp_unit, in ParseFunction()
779 lldb::addr_t SymbolFileDWARF::FixupAddress(lldb::addr_t file_addr) { in FixupAddress()
786 bool SymbolFileDWARF::FixupAddress(Address &addr) { in FixupAddress()
794 lldb::LanguageType SymbolFileDWARF::ParseLanguage(CompileUnit &comp_unit) { in ParseLanguage()
803 XcodeSDK SymbolFileDWARF::ParseXcodeSDK(CompileUnit &comp_unit) { in ParseXcodeSDK()
831 size_t SymbolFileDWARF::ParseFunctions(CompileUnit &comp_unit) { in ParseFunctions()
855 bool SymbolFileDWARF::ForEachExternalModule( in ForEachExternalModule()
883 bool SymbolFileDWARF::ParseSupportFiles(CompileUnit &comp_unit, in ParseSupportFiles()
906 FileSpec SymbolFileDWARF::GetFile(DWARFUnit &unit, size_t file_idx) { in GetFile()
918 SymbolFileDWARF::GetTypeUnitSupportFiles(DWARFTypeUnit &tu) { in GetTypeUnitSupportFiles()
953 bool SymbolFileDWARF::ParseIsOptimized(CompileUnit &comp_unit) { in ParseIsOptimized()
961 bool SymbolFileDWARF::ParseImportedModules( in ParseImportedModules()
1016 bool SymbolFileDWARF::ParseLineTable(CompileUnit &comp_unit) { in ParseLineTable()
1072 SymbolFileDWARF::ParseDebugMacros(lldb::offset_t *offset) { in ParseDebugMacros()
1093 bool SymbolFileDWARF::ParseDebugMacros(CompileUnit &comp_unit) { in ParseDebugMacros()
1117 size_t SymbolFileDWARF::ParseBlocksRecursive( in ParseBlocksRecursive()
1236 bool SymbolFileDWARF::ClassOrStructIsVirtual(const DWARFDIE &parent_die) { in ClassOrStructIsVirtual()
1259 void SymbolFileDWARF::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext()
1266 user_id_t SymbolFileDWARF::GetUID(DIERef ref) { in GetUID()
1276 llvm::Optional<SymbolFileDWARF::DecodedUID>
1277 SymbolFileDWARF::DecodeUID(lldb::user_id_t uid) { in DecodeUID()
1289 SymbolFileDWARF *dwarf = debug_map->GetSymbolFileByOSOIndex( in DecodeUID()
1310 SymbolFileDWARF::GetDIE(lldb::user_id_t uid) { in GetDIE()
1323 CompilerDecl SymbolFileDWARF::GetDeclForUID(lldb::user_id_t type_uid) { in GetDeclForUID()
1336 SymbolFileDWARF::GetDeclContextForUID(lldb::user_id_t type_uid) { in GetDeclContextForUID()
1349 SymbolFileDWARF::GetDeclContextContainingUID(lldb::user_id_t type_uid) { in GetDeclContextContainingUID()
1359 Type *SymbolFileDWARF::ResolveTypeUID(lldb::user_id_t type_uid) { in ResolveTypeUID()
1371 SymbolFileDWARF::GetDynamicArrayInfoForUID( in GetDynamicArrayInfoForUID()
1380 Type *SymbolFileDWARF::ResolveTypeUID(const DIERef &die_ref) { in ResolveTypeUID()
1384 Type *SymbolFileDWARF::ResolveTypeUID(const DWARFDIE &die, in ResolveTypeUID()
1426 bool SymbolFileDWARF::HasForwardDeclForClangType( in HasForwardDeclForClangType()
1445 bool SymbolFileDWARF::CompleteType(CompilerType &compiler_type) { in CompleteType()
1492 Type *SymbolFileDWARF::ResolveType(const DWARFDIE &die, in ResolveType()
1513 SymbolFileDWARF::GetCompUnitForDWARFCompUnit(DWARFCompileUnit &dwarf_cu) { in GetCompUnitForDWARFCompUnit()
1530 void SymbolFileDWARF::GetObjCMethods( in GetObjCMethods()
1535 bool SymbolFileDWARF::GetFunction(const DWARFDIE &die, SymbolContext &sc) { in GetFunction()
1556 lldb::ModuleSP SymbolFileDWARF::GetExternalModule(ConstString name) { in GetExternalModule()
1566 SymbolFileDWARF::GetDIE(const DIERef &die_ref) { in GetDIE()
1568 SymbolFileDWARF *dwarf = *die_ref.dwo_num() == 0x3fffffff in GetDIE()
1601 llvm::Optional<uint64_t> SymbolFileDWARF::GetDWOId() { in GetDWOId()
1613 SymbolFileDWARF::GetDwoSymbolFileForCompileUnit( in GetDwoSymbolFileForCompileUnit()
1665 void SymbolFileDWARF::UpdateExternalModuleListIfNeeded() { in UpdateExternalModuleListIfNeeded()
1749 llvm::dyn_cast_or_null<SymbolFileDWARF>(module_sp->GetSymbolFile()); in UpdateExternalModuleListIfNeeded()
1767 SymbolFileDWARF::GlobalVariableMap &SymbolFileDWARF::GetGlobalAranges() { in GetGlobalAranges()
1811 void SymbolFileDWARF::ResolveFunctionAndBlock(lldb::addr_t file_vm_addr, in ResolveFunctionAndBlock()
1838 uint32_t SymbolFileDWARF::ResolveSymbolContext(const Address &so_addr, in ResolveSymbolContext()
1956 uint32_t SymbolFileDWARF::ResolveSymbolContext(const FileSpec &file_spec, in ResolveSymbolContext()
2041 void SymbolFileDWARF::PreloadSymbols() { in PreloadSymbols()
2046 std::recursive_mutex &SymbolFileDWARF::GetModuleMutex() const { in GetModuleMutex()
2053 bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile( in DeclContextMatchesThisSymbolFile()
2085 void SymbolFileDWARF::FindGlobalVariables( in FindGlobalVariables()
2166 void SymbolFileDWARF::FindGlobalVariables(const RegularExpression &regex, in FindGlobalVariables()
2200 bool SymbolFileDWARF::ResolveFunction(const DWARFDIE &orig_die, in ResolveFunction()
2256 bool SymbolFileDWARF::DIEInDeclContext(const CompilerDeclContext &decl_ctx, in DIEInDeclContext()
2274 void SymbolFileDWARF::FindFunctions(ConstString name, in FindFunctions()
2331 void SymbolFileDWARF::FindFunctions(const RegularExpression &regex, in FindFunctions()
2355 void SymbolFileDWARF::GetMangledNamesForFunction( in GetMangledNamesForFunction()
2377 void SymbolFileDWARF::FindTypes( in FindTypes()
2454 void SymbolFileDWARF::FindTypes( in FindTypes()
2499 SymbolFileDWARF::FindNamespace(ConstString name, in FindNamespace()
2541 TypeSP SymbolFileDWARF::GetTypeForDIE(const DWARFDIE &die, in GetTypeForDIE()
2575 SymbolFileDWARF::GetDeclContextDIEContainingDIE(const DWARFDIE &orig_die) { in GetDeclContextDIEContainingDIE()
2626 Symbol *SymbolFileDWARF::GetObjCClassSymbol(ConstString objc_class_name) { in GetObjCClassSymbol()
2646 bool SymbolFileDWARF::Supports_DW_AT_APPLE_objc_complete_type(DWARFUnit *cu) { in Supports_DW_AT_APPLE_objc_complete_type()
2672 TypeSP SymbolFileDWARF::FindCompleteObjCDefinitionTypeForDIE( in FindCompleteObjCDefinitionTypeForDIE()
2734 bool SymbolFileDWARF::DIEDeclContextsMatch(const DWARFDIE &die1, in DIEDeclContextsMatch()
2814 TypeSP SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext()
2935 TypeSP SymbolFileDWARF::ParseType(const SymbolContext &sc, const DWARFDIE &die, in ParseType()
2969 size_t SymbolFileDWARF::ParseTypes(const SymbolContext &sc, in ParseTypes()
3007 size_t SymbolFileDWARF::ParseBlocksRecursive(Function &func) { in ParseBlocksRecursive()
3028 size_t SymbolFileDWARF::ParseTypes(CompileUnit &comp_unit) { in ParseTypes()
3044 size_t SymbolFileDWARF::ParseVariablesForContext(const SymbolContext &sc) { in ParseVariablesForContext()
3090 VariableSP SymbolFileDWARF::ParseVariableDIE(const SymbolContext &sc, in ParseVariableDIE()
3442 SymbolFileDWARF::FindBlockContainingSpecification( in FindBlockContainingSpecification()
3452 SymbolFileDWARF::FindBlockContainingSpecification( in FindBlockContainingSpecification()
3486 size_t SymbolFileDWARF::ParseVariables(const SymbolContext &sc, in ParseVariables()
3651 SymbolFileDWARF::CollectCallEdges(ModuleSP module, DWARFDIE function_die) { in CollectCallEdges()
3813 SymbolFileDWARF::ParseCallEdgesInFunction(UserID func_id) { in ParseCallEdgesInFunction()
3826 ConstString SymbolFileDWARF::GetPluginName() { return GetPluginNameStatic(); } in GetPluginName()
3828 uint32_t SymbolFileDWARF::GetPluginVersion() { return 1; } in GetPluginVersion()
3830 void SymbolFileDWARF::Dump(lldb_private::Stream &s) { in Dump()
3835 void SymbolFileDWARF::DumpClangAST(Stream &s) { in DumpClangAST()
3846 SymbolFileDWARFDebugMap *SymbolFileDWARF::GetDebugMapSymfile() { in GetDebugMapSymfile()
3857 const std::shared_ptr<SymbolFileDWARFDwo> &SymbolFileDWARF::GetDwpSymbolFile() { in GetDwpSymbolFile()
3883 llvm::Expected<TypeSystem &> SymbolFileDWARF::GetTypeSystem(DWARFUnit &unit) { in GetTypeSystem()
3887 DWARFASTParser *SymbolFileDWARF::GetDWARFParser(DWARFUnit &unit) { in GetDWARFParser()
3897 CompilerDecl SymbolFileDWARF::GetDecl(const DWARFDIE &die) { in GetDecl()
3903 CompilerDeclContext SymbolFileDWARF::GetDeclContext(const DWARFDIE &die) { in GetDeclContext()
3910 SymbolFileDWARF::GetContainingDeclContext(const DWARFDIE &die) { in GetContainingDeclContext()
3916 DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext(const DWARFDIE &die) { in GetDWARFDeclContext()
3925 LanguageType SymbolFileDWARF::LanguageTypeFromDWARF(uint64_t val) { in LanguageTypeFromDWARF()
3938 LanguageType SymbolFileDWARF::GetLanguage(DWARFUnit &unit) { in GetLanguage()