LLDB mainline
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Static Private Attributes | Friends | List of all members
SymbolFileDWARF Class Reference

#include <SymbolFileDWARF.h>

Inheritance diagram for SymbolFileDWARF:
Inheritance graph
[legend]
Collaboration diagram for SymbolFileDWARF:
Collaboration graph
[legend]

Public Types

typedef std::map< lldb_private::ConstString, lldb::ModuleSP > ExternalTypeModuleMap
 
- Public Types inherited from lldb_private::SymbolFile
enum  Abilities {
  CompileUnits = (1u << 0) , LineTables = (1u << 1) , Functions = (1u << 2) , Blocks = (1u << 3) ,
  GlobalVariables = (1u << 4) , LocalVariables = (1u << 5) , VariableTypes = (1u << 6) , kAllAbilities = ((1u << 7) - 1u)
}
 

Public Member Functions

 SymbolFileDWARF (lldb::ObjectFileSP objfile_sp, lldb_private::SectionList *dwo_section_list)
 
 ~SymbolFileDWARF () override
 
uint32_t CalculateAbilities () override
 
void InitializeObject () override
 Initialize the SymbolFile object.
 
lldb::LanguageType ParseLanguage (lldb_private::CompileUnit &comp_unit) override
 
lldb_private::XcodeSDK ParseXcodeSDK (lldb_private::CompileUnit &comp_unit) override
 Return the Xcode SDK comp_unit was compiled against.
 
size_t ParseFunctions (lldb_private::CompileUnit &comp_unit) override
 
bool ParseLineTable (lldb_private::CompileUnit &comp_unit) override
 
bool ParseDebugMacros (lldb_private::CompileUnit &comp_unit) override
 
bool ForEachExternalModule (lldb_private::CompileUnit &, llvm::DenseSet< lldb_private::SymbolFile * > &, llvm::function_ref< bool(lldb_private::Module &)>) override
 
bool ParseSupportFiles (lldb_private::CompileUnit &comp_unit, lldb_private::FileSpecList &support_files) override
 
bool ParseIsOptimized (lldb_private::CompileUnit &comp_unit) override
 
size_t ParseTypes (lldb_private::CompileUnit &comp_unit) override
 
bool ParseImportedModules (const lldb_private::SymbolContext &sc, std::vector< lldb_private::SourceModule > &imported_modules) override
 
size_t ParseBlocksRecursive (lldb_private::Function &func) override
 
size_t ParseVariablesForContext (const lldb_private::SymbolContext &sc) override
 
lldb_private::TypeResolveTypeUID (lldb::user_id_t type_uid) override
 
std::optional< ArrayInfoGetDynamicArrayInfoForUID (lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) override
 If type_uid points to an array type, return its characteristics.
 
bool CompleteType (lldb_private::CompilerType &compiler_type) override
 
lldb_private::TypeResolveType (const DWARFDIE &die, bool assert_not_being_parsed=true, bool resolve_function_context=false)
 
lldb_private::CompilerDecl GetDeclForUID (lldb::user_id_t uid) override
 
lldb_private::CompilerDeclContext GetDeclContextForUID (lldb::user_id_t uid) override
 
lldb_private::CompilerDeclContext GetDeclContextContainingUID (lldb::user_id_t uid) override
 
void ParseDeclsForContext (lldb_private::CompilerDeclContext decl_ctx) override
 
uint32_t ResolveSymbolContext (const lldb_private::Address &so_addr, lldb::SymbolContextItem resolve_scope, lldb_private::SymbolContext &sc) override
 
lldb_private::Status CalculateFrameVariableError (lldb_private::StackFrame &frame) override
 Subclasses will override this function to for GetFrameVariableError().
 
uint32_t ResolveSymbolContext (const lldb_private::SourceLocationSpec &src_location_spec, lldb::SymbolContextItem resolve_scope, lldb_private::SymbolContextList &sc_list) override
 
void FindGlobalVariables (lldb_private::ConstString name, const lldb_private::CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, lldb_private::VariableList &variables) override
 
void FindGlobalVariables (const lldb_private::RegularExpression &regex, uint32_t max_matches, lldb_private::VariableList &variables) override
 
void FindFunctions (const lldb_private::Module::LookupInfo &lookup_info, const lldb_private::CompilerDeclContext &parent_decl_ctx, bool include_inlines, lldb_private::SymbolContextList &sc_list) override
 
void FindFunctions (const lldb_private::RegularExpression &regex, bool include_inlines, lldb_private::SymbolContextList &sc_list) override
 
void GetMangledNamesForFunction (const std::string &scope_qualified_name, std::vector< lldb_private::ConstString > &mangled_names) override
 
void FindTypes (lldb_private::ConstString name, const lldb_private::CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet< lldb_private::SymbolFile * > &searched_symbol_files, lldb_private::TypeMap &types) override
 
void FindTypes (llvm::ArrayRef< lldb_private::CompilerContext > pattern, lldb_private::LanguageSet languages, llvm::DenseSet< SymbolFile * > &searched_symbol_files, lldb_private::TypeMap &types) override
 
void GetTypes (lldb_private::SymbolContextScope *sc_scope, lldb::TypeClass type_mask, lldb_private::TypeList &type_list) override
 
llvm::Expected< lldb::TypeSystemSP > GetTypeSystemForLanguage (lldb::LanguageType language) override
 
lldb_private::CompilerDeclContext FindNamespace (lldb_private::ConstString name, const lldb_private::CompilerDeclContext &parent_decl_ctx) override
 
void PreloadSymbols () override
 
std::recursive_mutex & GetModuleMutex () const override
 Symbols file subclasses should override this to return the Module that owns the TypeSystem that this symbol file modifies type information in.
 
llvm::StringRef GetPluginName () override
 
DWARFDebugAbbrevDebugAbbrev ()
 
DWARFDebugInfoDebugInfo ()
 
DWARFDebugRangesGetDebugRanges ()
 
DWARFDIE GetDeclContextDIEContainingDIE (const DWARFDIE &die)
 
bool HasForwardDeclForClangType (const lldb_private::CompilerType &compiler_type)
 
lldb_private::CompileUnitGetCompUnitForDWARFCompUnit (DWARFCompileUnit &dwarf_cu)
 
virtual void GetObjCMethods (lldb_private::ConstString class_name, llvm::function_ref< bool(DWARFDIE die)> callback)
 
bool Supports_DW_AT_APPLE_objc_complete_type (DWARFUnit *cu)
 
lldb_private::DebugMacrosSP ParseDebugMacros (lldb::offset_t *offset)
 
lldb::ModuleSP GetExternalModule (lldb_private::ConstString name)
 
const ExternalTypeModuleMapgetExternalTypeModules () const
 Return the list of Clang modules imported by this SymbolFile.
 
virtual DWARFDIE GetDIE (const DIERef &die_ref)
 
DWARFDIE GetDIE (lldb::user_id_t uid)
 
std::shared_ptr< SymbolFileDWARFDwoGetDwoSymbolFileForCompileUnit (DWARFUnit &dwarf_cu, const DWARFDebugInfoEntry &cu_die)
 
std::optional< uint64_t > GetDWOId ()
 If this is a DWARF object with a single CU, return its DW_AT_dwo_id.
 
std::vector< std::unique_ptr< lldb_private::CallEdge > > ParseCallEdgesInFunction (lldb_private::UserID func_id) override
 
void Dump (lldb_private::Stream &s) override
 
void DumpClangAST (lldb_private::Stream &s) override
 
lldb_private::DWARFContextGetDWARFContext ()
 
const std::shared_ptr< SymbolFileDWARFDwo > & GetDwpSymbolFile ()
 
lldb_private::FileSpec GetFile (DWARFUnit &unit, size_t file_idx)
 
lldb_private::StatsDuration::Duration GetDebugInfoParseTime () override
 Return the time taken to parse the debug information.
 
lldb_private::StatsDuration::Duration GetDebugInfoIndexTime () override
 Return the time it took to index the debug information in the object file.
 
lldb_private::StatsDurationGetDebugInfoParseTimeRef ()
 
virtual lldb::offset_t GetVendorDWARFOpcodeSize (const lldb_private::DataExtractor &data, const lldb::offset_t data_offset, const uint8_t op) const
 
virtual bool ParseVendorDWARFOpcode (uint8_t op, const lldb_private::DataExtractor &opcodes, lldb::offset_t &offset, std::vector< lldb_private::Value > &stack) const
 
lldb_private::ConstString ConstructFunctionDemangledName (const DWARFDIE &die)
 
std::optional< uint64_t > GetFileIndex () const
 
void SetFileIndex (std::optional< uint64_t > file_index)
 
- Public Member Functions inherited from lldb_private::SymbolFileCommon
 SymbolFileCommon (lldb::ObjectFileSP objfile_sp)
 
 ~SymbolFileCommon () override=default
 
uint32_t GetAbilities () override
 Get a mask of what this symbol file supports for the object file that it was constructed with.
 
SymtabGetSymtab () override
 
ObjectFileGetObjectFile () override
 
const ObjectFileGetObjectFile () const override
 
ObjectFileGetMainObjectFile () override
 
void SectionFileAddressesChanged () override
 Notify the SymbolFile that the file addresses in the Sections for this module have been changed.
 
uint32_t GetNumCompileUnits () override
 
lldb::CompUnitSP GetCompileUnitAtIndex (uint32_t idx) override
 
llvm::Expected< lldb::TypeSystemSP > GetTypeSystemForLanguage (lldb::LanguageType language) override
 
void Dump (Stream &s) override
 
uint64_t GetDebugInfoSize () override
 Metrics gathering functions.
 
bool GetDebugInfoIndexWasLoadedFromCache () const override
 Accessors for the bool that indicates if the debug info index was loaded from, or saved to the module index cache.
 
void SetDebugInfoIndexWasLoadedFromCache () override
 
bool GetDebugInfoIndexWasSavedToCache () const override
 
void SetDebugInfoIndexWasSavedToCache () override
 
bool GetDebugInfoHadFrameVariableErrors () const override
 Accessors for the bool that indicates if there was debug info, but errors stopped variables from being able to be displayed correctly.
 
void SetDebugInfoHadFrameVariableErrors () override
 
lldb::TypeSP MakeType (lldb::user_id_t uid, ConstString name, std::optional< uint64_t > byte_size, SymbolContextScope *context, lldb::user_id_t encoding_uid, Type::EncodingDataType encoding_uid_type, const Declaration &decl, const CompilerType &compiler_qual_type, Type::ResolveState compiler_type_resolve_state, uint32_t opaque_payload=0) override
 This function is used to create types that belong to a SymbolFile.
 
lldb::TypeSP CopyType (const lldb::TypeSP &other_type) override
 
- Public Member Functions inherited from lldb_private::SymbolFile
 SymbolFile ()=default
 
 ~SymbolFile () override=default
 
virtual SymbolFileGetBackingSymbolFile ()
 SymbolFileOnDemand class overrides this to return the underlying backing SymbolFile implementation that loads on-demand.
 
virtual uint32_t GetAbilities ()=0
 Get a mask of what this symbol file supports for the object file that it was constructed with.
 
virtual uint32_t CalculateAbilities ()=0
 
virtual std::recursive_mutex & GetModuleMutex () const
 Symbols file subclasses should override this to return the Module that owns the TypeSystem that this symbol file modifies type information in.
 
virtual void InitializeObject ()
 Initialize the SymbolFile object.
 
virtual bool GetLoadDebugInfoEnabled ()
 Whether debug info will be loaded or not.
 
virtual void SetLoadDebugInfoEnabled ()
 Specify debug info should be loaded.
 
virtual uint32_t GetNumCompileUnits ()=0
 
virtual lldb::CompUnitSP GetCompileUnitAtIndex (uint32_t idx)=0
 
virtual SymtabGetSymtab ()=0
 
virtual lldb::LanguageType ParseLanguage (CompileUnit &comp_unit)=0
 
virtual XcodeSDK ParseXcodeSDK (CompileUnit &comp_unit)
 Return the Xcode SDK comp_unit was compiled against.
 
virtual llvm::SmallSet< lldb::LanguageType, 4 > ParseAllLanguages (CompileUnit &comp_unit)
 This function exists because SymbolFileDWARFDebugMap may extra compile units which aren't exposed as "real" compile units.
 
virtual size_t ParseFunctions (CompileUnit &comp_unit)=0
 
virtual bool ParseLineTable (CompileUnit &comp_unit)=0
 
virtual bool ParseDebugMacros (CompileUnit &comp_unit)=0
 
virtual bool ForEachExternalModule (lldb_private::CompileUnit &comp_unit, llvm::DenseSet< lldb_private::SymbolFile * > &visited_symbol_files, llvm::function_ref< bool(Module &)> lambda)
 Apply a lambda to each external lldb::Module referenced by this comp_unit.
 
virtual bool ParseSupportFiles (CompileUnit &comp_unit, FileSpecList &support_files)=0
 
virtual size_t ParseTypes (CompileUnit &comp_unit)=0
 
virtual bool ParseIsOptimized (CompileUnit &comp_unit)
 
virtual bool ParseImportedModules (const SymbolContext &sc, std::vector< SourceModule > &imported_modules)=0
 
virtual size_t ParseBlocksRecursive (Function &func)=0
 
virtual size_t ParseVariablesForContext (const SymbolContext &sc)=0
 
virtual TypeResolveTypeUID (lldb::user_id_t type_uid)=0
 
virtual std::optional< ArrayInfoGetDynamicArrayInfoForUID (lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx)=0
 If type_uid points to an array type, return its characteristics.
 
virtual bool CompleteType (CompilerType &compiler_type)=0
 
virtual void ParseDeclsForContext (CompilerDeclContext decl_ctx)
 
virtual CompilerDecl GetDeclForUID (lldb::user_id_t uid)
 
virtual CompilerDeclContext GetDeclContextForUID (lldb::user_id_t uid)
 
virtual CompilerDeclContext GetDeclContextContainingUID (lldb::user_id_t uid)
 
virtual uint32_t ResolveSymbolContext (const Address &so_addr, lldb::SymbolContextItem resolve_scope, SymbolContext &sc)=0
 
Status GetFrameVariableError (StackFrame &frame)
 Get an error that describes why variables might be missing for a given symbol context.
 
virtual Status CalculateFrameVariableError (StackFrame &frame)
 Subclasses will override this function to for GetFrameVariableError().
 
virtual uint32_t ResolveSymbolContext (const SourceLocationSpec &src_location_spec, lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list)
 
virtual void DumpClangAST (Stream &s)
 
virtual void FindGlobalVariables (ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, VariableList &variables)
 
virtual void FindGlobalVariables (const RegularExpression &regex, uint32_t max_matches, VariableList &variables)
 
virtual void FindFunctions (const Module::LookupInfo &lookup_info, const CompilerDeclContext &parent_decl_ctx, bool include_inlines, SymbolContextList &sc_list)
 
virtual void FindFunctions (const RegularExpression &regex, bool include_inlines, SymbolContextList &sc_list)
 
virtual void FindTypes (ConstString name, const CompilerDeclContext &parent_decl_ctx, uint32_t max_matches, llvm::DenseSet< lldb_private::SymbolFile * > &searched_symbol_files, TypeMap &types)
 
virtual void FindTypes (llvm::ArrayRef< CompilerContext > pattern, LanguageSet languages, llvm::DenseSet< lldb_private::SymbolFile * > &searched_symbol_files, TypeMap &types)
 Find types specified by a CompilerContextPattern.
 
virtual void GetMangledNamesForFunction (const std::string &scope_qualified_name, std::vector< ConstString > &mangled_names)
 
virtual void GetTypes (lldb_private::SymbolContextScope *sc_scope, lldb::TypeClass type_mask, lldb_private::TypeList &type_list)=0
 
virtual void PreloadSymbols ()
 
virtual llvm::Expected< lldb::TypeSystemSP > GetTypeSystemForLanguage (lldb::LanguageType language)=0
 
virtual CompilerDeclContext FindNamespace (ConstString name, const CompilerDeclContext &parent_decl_ctx)
 
virtual ObjectFileGetObjectFile ()=0
 
virtual const ObjectFileGetObjectFile () const =0
 
virtual ObjectFileGetMainObjectFile ()=0
 
virtual std::vector< std::unique_ptr< CallEdge > > ParseCallEdgesInFunction (UserID func_id)
 
virtual void AddSymbols (Symtab &symtab)
 
virtual void SectionFileAddressesChanged ()=0
 Notify the SymbolFile that the file addresses in the Sections for this module have been changed.
 
virtual lldb::UnwindPlanSP GetUnwindPlan (const Address &address, const RegisterInfoResolver &resolver)
 
virtual llvm::Expected< lldb::addr_tGetParameterStackSize (Symbol &symbol)
 Return the number of stack bytes taken up by the parameters to this function.
 
virtual void Dump (Stream &s)=0
 
virtual uint64_t GetDebugInfoSize ()=0
 Metrics gathering functions.
 
virtual StatsDuration::Duration GetDebugInfoParseTime ()
 Return the time taken to parse the debug information.
 
virtual StatsDuration::Duration GetDebugInfoIndexTime ()
 Return the time it took to index the debug information in the object file.
 
virtual ModuleList GetDebugInfoModules ()
 Get the additional modules that this symbol file uses to parse debug info.
 
virtual bool GetDebugInfoHadFrameVariableErrors () const =0
 Accessors for the bool that indicates if there was debug info, but errors stopped variables from being able to be displayed correctly.
 
virtual void SetDebugInfoHadFrameVariableErrors ()=0
 
virtual lldb::TypeSP MakeType (lldb::user_id_t uid, ConstString name, std::optional< uint64_t > byte_size, SymbolContextScope *context, lldb::user_id_t encoding_uid, Type::EncodingDataType encoding_uid_type, const Declaration &decl, const CompilerType &compiler_qual_type, Type::ResolveState compiler_type_resolve_state, uint32_t opaque_payload=0)=0
 
virtual lldb::TypeSP CopyType (const lldb::TypeSP &other_type)=0
 
- Public Member Functions inherited from lldb_private::PluginInterface
 PluginInterface ()=default
 
virtual ~PluginInterface ()=default
 
virtual llvm::StringRef GetPluginName ()=0
 
 PluginInterface (const PluginInterface &)=delete
 
PluginInterfaceoperator= (const PluginInterface &)=delete
 

Static Public Member Functions

static void Initialize ()
 
static void Terminate ()
 
static void DebuggerInitialize (lldb_private::Debugger &debugger)
 
static llvm::StringRef GetPluginNameStatic ()
 
static llvm::StringRef GetPluginDescriptionStatic ()
 
static lldb_private::SymbolFileCreateInstance (lldb::ObjectFileSP objfile_sp)
 
static bool SupportedVersion (uint16_t version)
 
static DWARFDIE GetParentSymbolContextDIE (const DWARFDIE &die)
 
static bool DIEInDeclContext (const lldb_private::CompilerDeclContext &parent_decl_ctx, const DWARFDIE &die)
 
static llvm::Expected< lldb::TypeSystemSP > GetTypeSystem (DWARFUnit &unit)
 
static DWARFASTParserGetDWARFParser (DWARFUnit &unit)
 
static lldb_private::CompilerDecl GetDecl (const DWARFDIE &die)
 
static lldb_private::CompilerDeclContext GetDeclContext (const DWARFDIE &die)
 
static lldb_private::CompilerDeclContext GetContainingDeclContext (const DWARFDIE &die)
 
static DWARFDeclContext GetDWARFDeclContext (const DWARFDIE &die)
 
static lldb::LanguageType LanguageTypeFromDWARF (uint64_t val)
 
static lldb::LanguageType GetLanguage (DWARFUnit &unit)
 
static lldb::LanguageType GetLanguageFamily (DWARFUnit &unit)
 Same as GetLanguage() but reports all C++ versions as C++ (no version).
 
- Static Public Member Functions inherited from lldb_private::SymbolFileCommon
static bool classof (const SymbolFileCommon *obj)
 
- Static Public Member Functions inherited from lldb_private::SymbolFile
static SymbolFileFindPlugin (lldb::ObjectFileSP objfile_sp)
 
static bool classof (const SymbolFile *obj)
 

Protected Types

typedef llvm::DenseMap< const DWARFDebugInfoEntry *, lldb_private::Type * > DIEToTypePtr
 
typedef llvm::DenseMap< const DWARFDebugInfoEntry *, lldb::VariableSP > DIEToVariableSP
 
typedef llvm::DenseMap< const DWARFDebugInfoEntry *, lldb::opaque_compiler_type_tDIEToClangType
 
typedef llvm::DenseMap< lldb::opaque_compiler_type_t, DIERefClangTypeToDIE
 
typedef llvm::SetVector< lldb_private::Type * > TypeSet
 
typedef lldb_private::RangeDataVector< lldb::addr_t, lldb::addr_t, lldb_private::Variable * > GlobalVariableMap
 
typedef std::unordered_map< lldb::offset_t, lldb_private::DebugMacrosSPDebugMacrosMap
 
typedef std::set< DIERefDIERefSet
 
typedef llvm::StringMap< DIERefSetNameToOffsetMap
 

Protected Member Functions

 SymbolFileDWARF (const SymbolFileDWARF &)=delete
 
const SymbolFileDWARFoperator= (const SymbolFileDWARF &)=delete
 
virtual void LoadSectionData (lldb::SectionType sect_type, lldb_private::DWARFDataExtractor &data)
 
bool DeclContextMatchesThisSymbolFile (const lldb_private::CompilerDeclContext &decl_ctx)
 
uint32_t CalculateNumCompileUnits () override
 
lldb::CompUnitSP ParseCompileUnitAtIndex (uint32_t index) override
 
lldb_private::TypeListGetTypeList () override
 
lldb::CompUnitSP ParseCompileUnit (DWARFCompileUnit &dwarf_cu)
 
virtual DWARFCompileUnitGetDWARFCompileUnit (lldb_private::CompileUnit *comp_unit)
 
DWARFUnitGetNextUnparsedDWARFCompileUnit (DWARFUnit *prev_cu)
 
bool GetFunction (const DWARFDIE &die, lldb_private::SymbolContext &sc)
 
lldb_private::FunctionParseFunction (lldb_private::CompileUnit &comp_unit, const DWARFDIE &die)
 
size_t ParseBlocksRecursive (lldb_private::CompileUnit &comp_unit, lldb_private::Block *parent_block, const DWARFDIE &die, lldb::addr_t subprogram_low_pc, uint32_t depth)
 
size_t ParseTypes (const lldb_private::SymbolContext &sc, const DWARFDIE &die, bool parse_siblings, bool parse_children)
 
lldb::TypeSP ParseType (const lldb_private::SymbolContext &sc, const DWARFDIE &die, bool *type_is_new)
 
bool ParseSupportFiles (DWARFUnit &dwarf_cu, const lldb::ModuleSP &module, lldb_private::FileSpecList &support_files)
 
lldb_private::TypeResolveTypeUID (const DWARFDIE &die, bool assert_not_being_parsed)
 
lldb_private::TypeResolveTypeUID (const DIERef &die_ref)
 
lldb::VariableSP ParseVariableDIE (const lldb_private::SymbolContext &sc, const DWARFDIE &die, const lldb::addr_t func_low_pc)
 
lldb::VariableSP ParseVariableDIECached (const lldb_private::SymbolContext &sc, const DWARFDIE &die)
 
void ParseAndAppendGlobalVariable (const lldb_private::SymbolContext &sc, const DWARFDIE &die, lldb_private::VariableList &cc_variable_list)
 
size_t ParseVariablesInFunctionContext (const lldb_private::SymbolContext &sc, const DWARFDIE &die, const lldb::addr_t func_low_pc)
 
size_t ParseVariablesInFunctionContextRecursive (const lldb_private::SymbolContext &sc, const DWARFDIE &die, lldb::addr_t func_low_pc, DIEArray &accumulator)
 
size_t PopulateBlockVariableList (lldb_private::VariableList &variable_list, const lldb_private::SymbolContext &sc, llvm::ArrayRef< DIERef > variable_dies, lldb::addr_t func_low_pc)
 
DIEArray MergeBlockAbstractParameters (const DWARFDIE &block_die, DIEArray &&variable_dies)
 
bool ClassOrStructIsVirtual (const DWARFDIE &die)
 
bool ResolveFunction (const DWARFDIE &die, bool include_inlines, lldb_private::SymbolContextList &sc_list)
 
void ResolveFunctionAndBlock (lldb::addr_t file_vm_addr, bool lookup_block, lldb_private::SymbolContext &sc)
 Resolve functions and (possibly) blocks for the given file address and a compile unit.
 
virtual lldb::TypeSP FindDefinitionTypeForDWARFDeclContext (const DWARFDIE &die)
 
virtual lldb::TypeSP FindCompleteObjCDefinitionTypeForDIE (const DWARFDIE &die, lldb_private::ConstString type_name, bool must_be_implementation)
 
lldb_private::SymbolGetObjCClassSymbol (lldb_private::ConstString objc_class_name)
 
lldb::TypeSP GetTypeForDIE (const DWARFDIE &die, bool resolve_function_context=false)
 
void SetDebugMapModule (const lldb::ModuleSP &module_sp)
 
SymbolFileDWARFDebugMapGetDebugMapSymfile ()
 
DWARFDIE FindBlockContainingSpecification (const DIERef &func_die_ref, dw_offset_t spec_block_die_offset)
 
DWARFDIE FindBlockContainingSpecification (const DWARFDIE &die, dw_offset_t spec_block_die_offset)
 
virtual UniqueDWARFASTTypeMapGetUniqueDWARFASTTypeMap ()
 
bool DIEDeclContextsMatch (const DWARFDIE &die1, const DWARFDIE &die2)
 
bool ClassContainsSelector (const DWARFDIE &class_die, lldb_private::ConstString selector)
 
std::vector< std::unique_ptr< lldb_private::CallEdge > > CollectCallEdges (lldb::ModuleSP module, DWARFDIE function_die)
 Parse call site entries (DW_TAG_call_site), including any nested call site parameters (DW_TAG_call_site_parameter).
 
lldb::addr_t FixupAddress (lldb::addr_t file_addr)
 If this symbol file is linked to by a debug map (see SymbolFileDWARFDebugMap), and file_addr is a file address relative to an object file, adjust file_addr so that it is relative to the main binary.
 
bool FixupAddress (lldb_private::Address &addr)
 
void GetTypes (const DWARFDIE &die, dw_offset_t min_die_offset, dw_offset_t max_die_offset, uint32_t type_mask, TypeSet &type_set)
 
GlobalVariableMapGetGlobalAranges ()
 
void UpdateExternalModuleListIfNeeded ()
 
virtual DIEToTypePtrGetDIEToType ()
 
virtual DIEToVariableSPGetDIEToVariable ()
 
virtual DIEToClangTypeGetForwardDeclDieToClangType ()
 
virtual ClangTypeToDIEGetForwardDeclClangTypeToDie ()
 
void BuildCuTranslationTable ()
 
std::optional< uint32_tGetDWARFUnitIndex (uint32_t cu_idx)
 
void FindDwpSymbolFile ()
 
const lldb_private::FileSpecList & GetTypeUnitSupportFiles (DWARFTypeUnit &tu)
 
void InitializeFirstCodeAddressRecursive (const lldb_private::SectionList &section_list)
 
void InitializeFirstCodeAddress ()
 
- Protected Member Functions inherited from lldb_private::SymbolFileCommon
virtual uint32_t CalculateNumCompileUnits ()=0
 
virtual lldb::CompUnitSP ParseCompileUnitAtIndex (uint32_t idx)=0
 
virtual TypeListGetTypeList ()
 
void SetCompileUnitAtIndex (uint32_t idx, const lldb::CompUnitSP &cu_sp)
 
- Protected Member Functions inherited from lldb_private::SymbolFile
void AssertModuleLock ()
 

Protected Attributes

lldb::ModuleWP m_debug_map_module_wp
 
SymbolFileDWARFDebugMapm_debug_map_symfile
 
llvm::once_flag m_dwp_symfile_once_flag
 
std::shared_ptr< SymbolFileDWARFDwom_dwp_symfile
 
lldb_private::DWARFContext m_context
 
llvm::once_flag m_info_once_flag
 
std::unique_ptr< DWARFDebugInfom_info
 
std::unique_ptr< DWARFDebugAbbrevm_abbr
 
std::unique_ptr< GlobalVariableMapm_global_aranges_up
 
DebugMacrosMap m_debug_macros_map
 
ExternalTypeModuleMap m_external_type_modules
 
std::unique_ptr< lldb_private::DWARFIndexm_index
 
bool m_fetched_external_modules: 1
 
lldb_private::LazyBool m_supports_DW_AT_APPLE_objc_complete_type
 
NameToOffsetMap m_function_scope_qualified_name_map
 
std::unique_ptr< DWARFDebugRangesm_ranges
 
UniqueDWARFASTTypeMap m_unique_ast_type_map
 
DIEToTypePtr m_die_to_type
 
DIEToVariableSP m_die_to_variable_sp
 
DIEToClangType m_forward_decl_die_to_clang_type
 
ClangTypeToDIE m_forward_decl_clang_type_to_die
 
llvm::DenseMap< dw_offset_t, lldb_private::FileSpecList > m_type_unit_support_files
 
std::vector< uint32_tm_lldb_cu_to_dwarf_unit
 
lldb::addr_t m_first_code_address = LLDB_INVALID_ADDRESS
 DWARF does not provide a good way for traditional (concatenating) linkers to invalidate debug info describing dead-stripped code.
 
lldb_private::StatsDuration m_parse_time
 
std::atomic_flag m_dwo_warning_issued = ATOMIC_FLAG_INIT
 
std::optional< uint64_t > m_file_index = std::nullopt
 If this DWARF file a .DWO file or a DWARF .o file on mac when no dSYM file is being used, this file index will be set to a valid value that can be used in DIERef objects which will contain an index that identifies the .DWO or .o file.
 
- Protected Attributes inherited from lldb_private::SymbolFileCommon
lldb::ObjectFileSP m_objfile_sp
 
std::optional< std::vector< lldb::CompUnitSP > > m_compile_units
 
TypeList m_type_list
 
uint32_t m_abilities = 0
 
bool m_calculated_abilities = false
 
bool m_index_was_loaded_from_cache = false
 
bool m_index_was_saved_to_cache = false
 
bool m_debug_info_had_variable_errors = false
 Set to true if any variable feteching errors have been found when calling GetFrameVariableError().
 

Static Private Attributes

static char ID
 LLVM RTTI support.
 

Friends

class SymbolFileDWARFDebugMap
 
class SymbolFileDWARFDwo
 
class DebugMapModule
 
class DWARFCompileUnit
 
class DWARFDIE
 
class DWARFASTParserClang
 
bool isA (const void *ClassID) const override
 LLVM RTTI support.
 
static bool classof (const SymbolFile *obj)
 

Detailed Description

Definition at line 62 of file SymbolFileDWARF.h.

Member Typedef Documentation

◆ ClangTypeToDIE

Definition at line 351 of file SymbolFileDWARF.h.

◆ DebugMacrosMap

Definition at line 541 of file SymbolFileDWARF.h.

◆ DIERefSet

typedef std::set<DIERef> SymbolFileDWARF::DIERefSet
protected

Definition at line 549 of file SymbolFileDWARF.h.

◆ DIEToClangType

Definition at line 350 of file SymbolFileDWARF.h.

◆ DIEToTypePtr

typedef llvm::DenseMap<const DWARFDebugInfoEntry *, lldb_private::Type *> SymbolFileDWARF::DIEToTypePtr
protected

Definition at line 345 of file SymbolFileDWARF.h.

◆ DIEToVariableSP

typedef llvm::DenseMap<const DWARFDebugInfoEntry *, lldb::VariableSP> SymbolFileDWARF::DIEToVariableSP
protected

Definition at line 347 of file SymbolFileDWARF.h.

◆ ExternalTypeModuleMap

Definition at line 257 of file SymbolFileDWARF.h.

◆ GlobalVariableMap

Definition at line 496 of file SymbolFileDWARF.h.

◆ NameToOffsetMap

typedef llvm::StringMap<DIERefSet> SymbolFileDWARF::NameToOffsetMap
protected

Definition at line 550 of file SymbolFileDWARF.h.

◆ TypeSet

typedef llvm::SetVector<lldb_private::Type *> SymbolFileDWARF::TypeSet
protected

Definition at line 488 of file SymbolFileDWARF.h.

Constructor & Destructor Documentation

◆ SymbolFileDWARF() [1/2]

SymbolFileDWARF::SymbolFileDWARF ( lldb::ObjectFileSP  objfile_sp,
lldb_private::SectionList dwo_section_list 
)

◆ ~SymbolFileDWARF()

SymbolFileDWARF::~SymbolFileDWARF ( )
overridedefault

◆ SymbolFileDWARF() [2/2]

SymbolFileDWARF::SymbolFileDWARF ( const SymbolFileDWARF )
protecteddelete

Member Function Documentation

◆ BuildCuTranslationTable()

void SymbolFileDWARF::BuildCuTranslationTable ( )
protected

◆ CalculateAbilities()

uint32_t SymbolFileDWARF::CalculateAbilities ( )
overridevirtual

◆ CalculateFrameVariableError()

Status SymbolFileDWARF::CalculateFrameVariableError ( lldb_private::StackFrame frame)
overridevirtual

Subclasses will override this function to for GetFrameVariableError().

This allows GetFrameVariableError() to set the member variable m_debug_info_had_variable_errors correctly without users having to do it manually which is error prone.

Reimplemented from lldb_private::SymbolFile.

Definition at line 4227 of file SymbolFileDWARF.cpp.

References lldb_private::SymbolContext::comp_unit, DWARFUnit::ExtractUnitDIEIfNeeded(), lldb_private::Status::Fail(), GetDWARFCompileUnit(), DWARFUnit::GetDWARFLanguageType(), DWARFUnit::GetDwoError(), GetModuleMutex(), lldb_private::StackFrame::GetSymbolContext(), and DWARFUnit::HasAny().

◆ CalculateNumCompileUnits()

uint32_t SymbolFileDWARF::CalculateNumCompileUnits ( )
overrideprotectedvirtual

◆ ClassContainsSelector()

bool SymbolFileDWARF::ClassContainsSelector ( const DWARFDIE class_die,
lldb_private::ConstString  selector 
)
protected

◆ classof()

static bool SymbolFileDWARF::classof ( const SymbolFile obj)
inlinestatic

Definition at line 72 of file SymbolFileDWARF.h.

References ID.

◆ ClassOrStructIsVirtual()

bool SymbolFileDWARF::ClassOrStructIsVirtual ( const DWARFDIE die)
protected

Definition at line 1377 of file SymbolFileDWARF.cpp.

References DWARFDIE::children().

◆ CollectCallEdges()

std::vector< std::unique_ptr< lldb_private::CallEdge > > SymbolFileDWARF::CollectCallEdges ( lldb::ModuleSP  module,
DWARFDIE  function_die 
)
protected

◆ CompleteType()

bool SymbolFileDWARF::CompleteType ( lldb_private::CompilerType compiler_type)
overridevirtual

◆ ConstructFunctionDemangledName()

ConstString SymbolFileDWARF::ConstructFunctionDemangledName ( const DWARFDIE die)

◆ CreateInstance()

SymbolFile * SymbolFileDWARF::CreateInstance ( lldb::ObjectFileSP  objfile_sp)
static

Definition at line 269 of file SymbolFileDWARF.cpp.

Referenced by Initialize(), and Terminate().

◆ DebugAbbrev()

DWARFDebugAbbrev * SymbolFileDWARF::DebugAbbrev ( )

◆ DebuggerInitialize()

void SymbolFileDWARF::DebuggerInitialize ( lldb_private::Debugger debugger)
static

◆ DebugInfo()

DWARFDebugInfo & SymbolFileDWARF::DebugInfo ( )

◆ DeclContextMatchesThisSymbolFile()

bool SymbolFileDWARF::DeclContextMatchesThisSymbolFile ( const lldb_private::CompilerDeclContext decl_ctx)
protected

◆ DIEDeclContextsMatch()

bool SymbolFileDWARF::DIEDeclContextsMatch ( const DWARFDIE die1,
const DWARFDIE die2 
)
protected

◆ DIEInDeclContext()

bool SymbolFileDWARF::DIEInDeclContext ( const lldb_private::CompilerDeclContext parent_decl_ctx,
const DWARFDIE die 
)
static

◆ Dump()

void SymbolFileDWARF::Dump ( lldb_private::Stream s)
overridevirtual

Reimplemented from lldb_private::SymbolFileCommon.

Definition at line 4102 of file SymbolFileDWARF.cpp.

References lldb_private::SymbolFileCommon::Dump(), and m_index.

◆ DumpClangAST()

void SymbolFileDWARF::DumpClangAST ( lldb_private::Stream s)
overridevirtual

◆ FindBlockContainingSpecification() [1/2]

DWARFDIE SymbolFileDWARF::FindBlockContainingSpecification ( const DIERef func_die_ref,
dw_offset_t  spec_block_die_offset 
)
protected

◆ FindBlockContainingSpecification() [2/2]

DWARFDIE SymbolFileDWARF::FindBlockContainingSpecification ( const DWARFDIE die,
dw_offset_t  spec_block_die_offset 
)
protected

◆ FindCompleteObjCDefinitionTypeForDIE()

TypeSP SymbolFileDWARF::FindCompleteObjCDefinitionTypeForDIE ( const DWARFDIE die,
lldb_private::ConstString  type_name,
bool  must_be_implementation 
)
protectedvirtual

◆ FindDefinitionTypeForDWARFDeclContext()

TypeSP SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext ( const DWARFDIE die)
protectedvirtual

◆ FindDwpSymbolFile()

void SymbolFileDWARF::FindDwpSymbolFile ( )
protected

◆ FindFunctions() [1/2]

void SymbolFileDWARF::FindFunctions ( const lldb_private::Module::LookupInfo lookup_info,
const lldb_private::CompilerDeclContext parent_decl_ctx,
bool  include_inlines,
lldb_private::SymbolContextList sc_list 
)
overridevirtual

◆ FindFunctions() [2/2]

void SymbolFileDWARF::FindFunctions ( const lldb_private::RegularExpression regex,
bool  include_inlines,
lldb_private::SymbolContextList sc_list 
)
overridevirtual

◆ FindGlobalVariables() [1/2]

void SymbolFileDWARF::FindGlobalVariables ( const lldb_private::RegularExpression regex,
uint32_t  max_matches,
lldb_private::VariableList variables 
)
overridevirtual

◆ FindGlobalVariables() [2/2]

void SymbolFileDWARF::FindGlobalVariables ( lldb_private::ConstString  name,
const lldb_private::CompilerDeclContext parent_decl_ctx,
uint32_t  max_matches,
lldb_private::VariableList variables 
)
overridevirtual

◆ FindNamespace()

CompilerDeclContext SymbolFileDWARF::FindNamespace ( lldb_private::ConstString  name,
const lldb_private::CompilerDeclContext parent_decl_ctx 
)
overridevirtual

◆ FindTypes() [1/2]

void SymbolFileDWARF::FindTypes ( lldb_private::ConstString  name,
const lldb_private::CompilerDeclContext parent_decl_ctx,
uint32_t  max_matches,
llvm::DenseSet< lldb_private::SymbolFile * > &  searched_symbol_files,
lldb_private::TypeMap types 
)
override

◆ FindTypes() [2/2]

void SymbolFileDWARF::FindTypes ( llvm::ArrayRef< lldb_private::CompilerContext pattern,
lldb_private::LanguageSet  languages,
llvm::DenseSet< SymbolFile * > &  searched_symbol_files,
lldb_private::TypeMap types 
)
override

◆ FixupAddress() [1/2]

lldb::addr_t SymbolFileDWARF::FixupAddress ( lldb::addr_t  file_addr)
protected

If this symbol file is linked to by a debug map (see SymbolFileDWARFDebugMap), and file_addr is a file address relative to an object file, adjust file_addr so that it is relative to the main binary.

Returns the adjusted address, or file_addr if no adjustment is needed, on success and LLDB_INVALID_ADDRESS otherwise.

Definition at line 899 of file SymbolFileDWARF.cpp.

References GetDebugMapSymfile(), and SymbolFileDWARFDebugMap::LinkOSOFileAddress().

Referenced by CollectCallEdges(), and ParseFunction().

◆ FixupAddress() [2/2]

bool SymbolFileDWARF::FixupAddress ( lldb_private::Address addr)
protected

◆ ForEachExternalModule()

bool SymbolFileDWARF::ForEachExternalModule ( lldb_private::CompileUnit ,
llvm::DenseSet< lldb_private::SymbolFile * > &  ,
llvm::function_ref< bool(lldb_private::Module &)>   
)
override

◆ GetCompUnitForDWARFCompUnit()

CompileUnit * SymbolFileDWARF::GetCompUnitForDWARFCompUnit ( DWARFCompileUnit dwarf_cu)

◆ GetContainingDeclContext()

CompilerDeclContext SymbolFileDWARF::GetContainingDeclContext ( const DWARFDIE die)
static

Definition at line 4185 of file SymbolFileDWARF.cpp.

References DWARFBaseDIE::GetCU(), and GetDWARFParser().

Referenced by GetDeclContextContainingUID().

◆ GetDebugInfoIndexTime()

StatsDuration::Duration SymbolFileDWARF::GetDebugInfoIndexTime ( )
overridevirtual

Return the time it took to index the debug information in the object file.

Returns
0.0 if the file doesn't need to be indexed or if it hasn't been indexed yet, or a valid duration if it has.

Reimplemented from lldb_private::SymbolFile.

Definition at line 4221 of file SymbolFileDWARF.cpp.

References m_index.

◆ GetDebugInfoParseTime()

lldb_private::StatsDuration::Duration SymbolFileDWARF::GetDebugInfoParseTime ( )
inlineoverridevirtual

Return the time taken to parse the debug information.

Returns
0.0 if no information has been parsed or if there is no computational cost to parsing the debug information.

Reimplemented from lldb_private::SymbolFile.

Definition at line 313 of file SymbolFileDWARF.h.

References m_parse_time.

◆ GetDebugInfoParseTimeRef()

lldb_private::StatsDuration & SymbolFileDWARF::GetDebugInfoParseTimeRef ( )
inline

◆ GetDebugMapSymfile()

SymbolFileDWARFDebugMap * SymbolFileDWARF::GetDebugMapSymfile ( )
protected

◆ GetDebugRanges()

DWARFDebugRanges * SymbolFileDWARF::GetDebugRanges ( )

◆ GetDecl()

CompilerDecl SymbolFileDWARF::GetDecl ( const DWARFDIE die)
static

◆ GetDeclContext()

CompilerDeclContext SymbolFileDWARF::GetDeclContext ( const DWARFDIE die)
static

◆ GetDeclContextContainingUID()

CompilerDeclContext SymbolFileDWARF::GetDeclContextContainingUID ( lldb::user_id_t  uid)
overridevirtual

◆ GetDeclContextDIEContainingDIE()

DWARFDIE SymbolFileDWARF::GetDeclContextDIEContainingDIE ( const DWARFDIE die)

◆ GetDeclContextForUID()

CompilerDeclContext SymbolFileDWARF::GetDeclContextForUID ( lldb::user_id_t  uid)
overridevirtual

◆ GetDeclForUID()

CompilerDecl SymbolFileDWARF::GetDeclForUID ( lldb::user_id_t  uid)
overridevirtual

Reimplemented from lldb_private::SymbolFile.

Definition at line 1409 of file SymbolFileDWARF.cpp.

References GetDecl(), GetDIE(), and GetModuleMutex().

◆ GetDIE() [1/2]

DWARFDIE SymbolFileDWARF::GetDIE ( const DIERef die_ref)
virtual

◆ GetDIE() [2/2]

DWARFDIE SymbolFileDWARF::GetDIE ( lldb::user_id_t  uid)

Definition at line 1407 of file SymbolFileDWARF.cpp.

References GetDIE().

◆ GetDIEToType()

virtual DIEToTypePtr & SymbolFileDWARF::GetDIEToType ( )
inlineprotectedvirtual

◆ GetDIEToVariable()

virtual DIEToVariableSP & SymbolFileDWARF::GetDIEToVariable ( )
inlineprotectedvirtual

◆ GetDWARFCompileUnit()

DWARFCompileUnit * SymbolFileDWARF::GetDWARFCompileUnit ( lldb_private::CompileUnit comp_unit)
protectedvirtual

◆ GetDWARFContext()

lldb_private::DWARFContext & SymbolFileDWARF::GetDWARFContext ( )
inline

◆ GetDWARFDeclContext()

DWARFDeclContext SymbolFileDWARF::GetDWARFDeclContext ( const DWARFDIE die)
static

◆ GetDWARFParser()

DWARFASTParser * SymbolFileDWARF::GetDWARFParser ( DWARFUnit unit)
static

◆ GetDWARFUnitIndex()

std::optional< uint32_t > SymbolFileDWARF::GetDWARFUnitIndex ( uint32_t  cu_idx)
protected

◆ GetDWOId()

std::optional< uint64_t > SymbolFileDWARF::GetDWOId ( )

If this is a DWARF object with a single CU, return its DW_AT_dwo_id.

Definition at line 1697 of file SymbolFileDWARF.cpp.

References lldb_private::SymbolFileCommon::GetCompileUnitAtIndex(), GetDWARFCompileUnit(), and lldb_private::SymbolFileCommon::GetNumCompileUnits().

Referenced by UpdateExternalModuleListIfNeeded().

◆ GetDwoSymbolFileForCompileUnit()

std::shared_ptr< SymbolFileDWARFDwo > SymbolFileDWARF::GetDwoSymbolFileForCompileUnit ( DWARFUnit dwarf_cu,
const DWARFDebugInfoEntry cu_die 
)

◆ GetDwpSymbolFile()

const std::shared_ptr< SymbolFileDWARFDwo > & SymbolFileDWARF::GetDwpSymbolFile ( )

◆ GetDynamicArrayInfoForUID()

std::optional< SymbolFile::ArrayInfo > SymbolFileDWARF::GetDynamicArrayInfoForUID ( lldb::user_id_t  type_uid,
const lldb_private::ExecutionContext exe_ctx 
)
overridevirtual

If type_uid points to an array type, return its characteristics.

To support variable-length array types, this function takes an optional ExecutionContext. If exe_ctx is non-null, the dynamic characteristics for that context are returned.

Implements lldb_private::SymbolFile.

Definition at line 1456 of file SymbolFileDWARF.cpp.

References GetDIE(), GetModuleMutex(), and DWARFASTParser::ParseChildArrayInfo().

Referenced by SymbolFileDWARFDebugMap::GetDynamicArrayInfoForUID().

◆ GetExternalModule()

lldb::ModuleSP SymbolFileDWARF::GetExternalModule ( lldb_private::ConstString  name)

◆ getExternalTypeModules()

const ExternalTypeModuleMap & SymbolFileDWARF::getExternalTypeModules ( ) const
inline

Return the list of Clang modules imported by this SymbolFile.

Definition at line 260 of file SymbolFileDWARF.h.

References m_external_type_modules.

◆ GetFile()

FileSpec SymbolFileDWARF::GetFile ( DWARFUnit unit,
size_t  file_idx 
)

Definition at line 1036 of file SymbolFileDWARF.cpp.

References GetCompUnitForDWARFCompUnit(), and GetTypeUnitSupportFiles().

Referenced by DWARFUnit::GetFile().

◆ GetFileIndex()

std::optional< uint64_t > SymbolFileDWARF::GetFileIndex ( ) const
inline

◆ GetForwardDeclClangTypeToDie()

virtual ClangTypeToDIE & SymbolFileDWARF::GetForwardDeclClangTypeToDie ( )
inlineprotectedvirtual

◆ GetForwardDeclDieToClangType()

virtual DIEToClangType & SymbolFileDWARF::GetForwardDeclDieToClangType ( )
inlineprotectedvirtual

◆ GetFunction()

bool SymbolFileDWARF::GetFunction ( const DWARFDIE die,
lldb_private::SymbolContext sc 
)
protected

◆ GetGlobalAranges()

SymbolFileDWARF::GlobalVariableMap & SymbolFileDWARF::GetGlobalAranges ( )
protected

◆ GetLanguage()

LanguageType SymbolFileDWARF::GetLanguage ( DWARFUnit unit)
static

◆ GetLanguageFamily()

LanguageType SymbolFileDWARF::GetLanguageFamily ( DWARFUnit unit)
static

Same as GetLanguage() but reports all C++ versions as C++ (no version).

Definition at line 4214 of file SymbolFileDWARF.cpp.

References DWARFUnit::GetDWARFLanguageType(), and LanguageTypeFromDWARF().

Referenced by DWARFASTParserClang::ParseTypeFromClangModule().

◆ GetMangledNamesForFunction()

void SymbolFileDWARF::GetMangledNamesForFunction ( const std::string &  scope_qualified_name,
std::vector< lldb_private::ConstString > &  mangled_names 
)
overridevirtual

◆ GetModuleMutex()

std::recursive_mutex & SymbolFileDWARF::GetModuleMutex ( ) const
overridevirtual

◆ GetNextUnparsedDWARFCompileUnit()

DWARFUnit * SymbolFileDWARF::GetNextUnparsedDWARFCompileUnit ( DWARFUnit prev_cu)
protected

◆ GetObjCClassSymbol()

Symbol * SymbolFileDWARF::GetObjCClassSymbol ( lldb_private::ConstString  objc_class_name)
protected

◆ GetObjCMethods()

void SymbolFileDWARF::GetObjCMethods ( lldb_private::ConstString  class_name,
llvm::function_ref< bool(DWARFDIE die)>  callback 
)
virtual

Reimplemented in SymbolFileDWARFDwo.

Definition at line 1612 of file SymbolFileDWARF.cpp.

References m_index.

Referenced by SymbolFileDWARFDwo::GetObjCMethods().

◆ GetParentSymbolContextDIE()

DWARFDIE SymbolFileDWARF::GetParentSymbolContextDIE ( const DWARFDIE die)
static

◆ GetPluginDescriptionStatic()

llvm::StringRef SymbolFileDWARF::GetPluginDescriptionStatic ( )
static

Definition at line 265 of file SymbolFileDWARF.cpp.

Referenced by Initialize().

◆ GetPluginName()

llvm::StringRef SymbolFileDWARF::GetPluginName ( )
inlineoverridevirtual

Implements lldb_private::PluginInterface.

Definition at line 226 of file SymbolFileDWARF.h.

References GetPluginNameStatic().

◆ GetPluginNameStatic()

static llvm::StringRef SymbolFileDWARF::GetPluginNameStatic ( )
inlinestatic

◆ GetTypeForDIE()

TypeSP SymbolFileDWARF::GetTypeForDIE ( const DWARFDIE die,
bool  resolve_function_context = false 
)
protected

◆ GetTypeList()

TypeList & SymbolFileDWARF::GetTypeList ( )
overrideprotectedvirtual

◆ GetTypes() [1/2]

void SymbolFileDWARF::GetTypes ( const DWARFDIE die,
dw_offset_t  min_die_offset,
dw_offset_t  max_die_offset,
uint32_t  type_mask,
TypeSet type_set 
)
protected

◆ GetTypes() [2/2]

void SymbolFileDWARF::GetTypes ( lldb_private::SymbolContextScope sc_scope,
lldb::TypeClass  type_mask,
lldb_private::TypeList type_list 
)
overridevirtual

◆ GetTypeSystem()

llvm::Expected< lldb::TypeSystemSP > SymbolFileDWARF::GetTypeSystem ( DWARFUnit unit)
static

◆ GetTypeSystemForLanguage()

llvm::Expected< lldb::TypeSystemSP > SymbolFileDWARF::GetTypeSystemForLanguage ( lldb::LanguageType  language)
overridevirtual

◆ GetTypeUnitSupportFiles()

const FileSpecList & SymbolFileDWARF::GetTypeUnitSupportFiles ( DWARFTypeUnit tu)
protected

◆ GetUniqueDWARFASTTypeMap()

UniqueDWARFASTTypeMap & SymbolFileDWARF::GetUniqueDWARFASTTypeMap ( )
protectedvirtual

◆ GetVendorDWARFOpcodeSize()

virtual lldb::offset_t SymbolFileDWARF::GetVendorDWARFOpcodeSize ( const lldb_private::DataExtractor data,
const lldb::offset_t  data_offset,
const uint8_t  op 
) const
inlinevirtual

Reimplemented in SymbolFileDWARFDwo.

Definition at line 323 of file SymbolFileDWARF.h.

References LLDB_INVALID_OFFSET.

Referenced by GetOpcodeDataSize(), and SymbolFileDWARFDwo::GetVendorDWARFOpcodeSize().

◆ HasForwardDeclForClangType()

bool SymbolFileDWARF::HasForwardDeclForClangType ( const lldb_private::CompilerType compiler_type)

◆ Initialize()

void SymbolFileDWARF::Initialize ( )
static

◆ InitializeFirstCodeAddress()

void SymbolFileDWARF::InitializeFirstCodeAddress ( )
protected

◆ InitializeFirstCodeAddressRecursive()

void SymbolFileDWARF::InitializeFirstCodeAddressRecursive ( const lldb_private::SectionList section_list)
protected

◆ InitializeObject()

void SymbolFileDWARF::InitializeObject ( )
overridevirtual

◆ isA()

bool SymbolFileDWARF::isA ( const void *  ClassID) const
inlineoverridevirtual

LLVM RTTI support.

Reimplemented from lldb_private::SymbolFileCommon.

Reimplemented in SymbolFileDWARFDwo.

Definition at line 69 of file SymbolFileDWARF.h.

References ID.

Referenced by SymbolFileDWARFDwo::isA().

◆ LanguageTypeFromDWARF()

LanguageType SymbolFileDWARF::LanguageTypeFromDWARF ( uint64_t  val)
static

◆ LoadSectionData()

void SymbolFileDWARF::LoadSectionData ( lldb::SectionType  sect_type,
lldb_private::DWARFDataExtractor data 
)
protectedvirtual

◆ MergeBlockAbstractParameters()

DIEArray SymbolFileDWARF::MergeBlockAbstractParameters ( const DWARFDIE block_die,
DIEArray &&  variable_dies 
)
protected

◆ operator=()

const SymbolFileDWARF & SymbolFileDWARF::operator= ( const SymbolFileDWARF )
protecteddelete

◆ ParseAndAppendGlobalVariable()

void SymbolFileDWARF::ParseAndAppendGlobalVariable ( const lldb_private::SymbolContext sc,
const DWARFDIE die,
lldb_private::VariableList cc_variable_list 
)
protected

◆ ParseBlocksRecursive() [1/2]

size_t SymbolFileDWARF::ParseBlocksRecursive ( lldb_private::CompileUnit comp_unit,
lldb_private::Block parent_block,
const DWARFDIE die,
lldb::addr_t  subprogram_low_pc,
uint32_t  depth 
)
protected

◆ ParseBlocksRecursive() [2/2]

size_t SymbolFileDWARF::ParseBlocksRecursive ( lldb_private::Function func)
overridevirtual

◆ ParseCallEdgesInFunction()

std::vector< std::unique_ptr< lldb_private::CallEdge > > SymbolFileDWARF::ParseCallEdgesInFunction ( lldb_private::UserID  func_id)
overridevirtual

◆ ParseCompileUnit()

lldb::CompUnitSP SymbolFileDWARF::ParseCompileUnit ( DWARFCompileUnit dwarf_cu)
protected

◆ ParseCompileUnitAtIndex()

CompUnitSP SymbolFileDWARF::ParseCompileUnitAtIndex ( uint32_t  index)
overrideprotectedvirtual

◆ ParseDebugMacros() [1/2]

lldb_private::DebugMacrosSP SymbolFileDWARF::ParseDebugMacros ( lldb::offset_t offset)

◆ ParseDebugMacros() [2/2]

bool SymbolFileDWARF::ParseDebugMacros ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ ParseDeclsForContext()

void SymbolFileDWARF::ParseDeclsForContext ( lldb_private::CompilerDeclContext  decl_ctx)
overridevirtual

◆ ParseFunction()

Function * SymbolFileDWARF::ParseFunction ( lldb_private::CompileUnit comp_unit,
const DWARFDIE die 
)
protected

◆ ParseFunctions()

size_t SymbolFileDWARF::ParseFunctions ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ ParseImportedModules()

bool SymbolFileDWARF::ParseImportedModules ( const lldb_private::SymbolContext sc,
std::vector< lldb_private::SourceModule > &  imported_modules 
)
overridevirtual

◆ ParseIsOptimized()

bool SymbolFileDWARF::ParseIsOptimized ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ ParseLanguage()

lldb::LanguageType SymbolFileDWARF::ParseLanguage ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ ParseLineTable()

bool SymbolFileDWARF::ParseLineTable ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ ParseSupportFiles() [1/2]

bool SymbolFileDWARF::ParseSupportFiles ( DWARFUnit dwarf_cu,
const lldb::ModuleSP &  module,
lldb_private::FileSpecList &  support_files 
)
protected

◆ ParseSupportFiles() [2/2]

bool SymbolFileDWARF::ParseSupportFiles ( lldb_private::CompileUnit comp_unit,
lldb_private::FileSpecList &  support_files 
)
override

◆ ParseType()

TypeSP SymbolFileDWARF::ParseType ( const lldb_private::SymbolContext sc,
const DWARFDIE die,
bool *  type_is_new 
)
protected

◆ ParseTypes() [1/2]

size_t SymbolFileDWARF::ParseTypes ( const lldb_private::SymbolContext sc,
const DWARFDIE die,
bool  parse_siblings,
bool  parse_children 
)
protected

◆ ParseTypes() [2/2]

size_t SymbolFileDWARF::ParseTypes ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ ParseVariableDIE()

VariableSP SymbolFileDWARF::ParseVariableDIE ( const lldb_private::SymbolContext sc,
const DWARFDIE die,
const lldb::addr_t  func_low_pc 
)
protected

Definition at line 3267 of file SymbolFileDWARF.cpp.

References DWARFFormValue::AsCString(), DWARFAttributes::AttributeAtIndex(), DWARFFormValue::BlockData(), DWARFFormValue::Boolean(), lldb_private::SymbolContext::comp_unit, DWARFAttributes::CompileUnitAtIndex(), lldb_private::DWARFExpressionList::ContainsThreadLocalStorage(), lldb_private::DWARFExpression::DumpLocation(), lldb_private::Symtab::eDebugYes, lldb::eDescriptionLevelFull, lldb::eSymbolTypeData, lldb::eValueTypeInvalid, lldb::eValueTypeVariableArgument, lldb::eValueTypeVariableGlobal, lldb::eValueTypeVariableLocal, lldb::eValueTypeVariableStatic, lldb::eValueTypeVariableThreadLocal, lldb_private::Symtab::eVisibilityExtern, DWARFAttributes::ExtractFormValueAtIndex(), lldb_private::Block::FindBlockByID(), lldb_private::Symtab::FindFirstSymbolWithNameAndType(), DWARFFormValue::Form(), lldb_private::SymbolContext::function, DWARFUnit::GetAddressByteSize(), lldb_private::Symbol::GetAddressRef(), lldb_private::DWARFExpressionList::GetAlwaysValidExpr(), DWARFBaseDIE::GetAttributes(), lldb_private::Function::GetBlock(), DWARFUnit::GetByteOrder(), lldb_private::DataExtractor::GetByteSize(), lldb_private::ConstString::GetCString(), DWARFBaseDIE::GetCU(), lldb_private::StreamString::GetData(), DWARFBaseDIE::GetData(), lldb_private::DataExtractor::GetDataStart(), GetDebugMapSymfile(), GetDeclContextDIEContainingDIE(), DWARFDIE::GetDIE(), DWARFBaseDIE::GetDWARF(), GetDWARFDeclContext(), DWARFUnit::GetFile(), lldb_private::Address::GetFileAddress(), DWARFBaseDIE::GetID(), GetLanguage(), lldb_private::DWARFExpression::GetLocation_DW_OP_addr(), DWARFUnit::GetLocationData(), DWARFUnit::GetLoclistOffset(), lldb_private::ModuleChild::GetModule(), lldb_private::DWARFExpressionList::GetMutableExpressionAtAddress(), lldb_private::SymbolFileCommon::GetObjectFile(), DWARFBaseDIE::GetOffset(), GetParentSymbolContextDIE(), DWARFDeclContext::GetQualifiedNameAsConstString(), lldb_private::ObjectFile::GetSymtab(), DWARFBaseDIE::GetTagAsCString(), DWARFFormValue::GetUnit(), DWARFFormValue::IsBlockForm(), DWARFFormValue::IsDataForm(), lldb_private::DWARFExpressionList::IsValid(), DWARFFormValue::IsValid(), lldb_private::Language::LanguageIsCPlusPlus(), SymbolFileDWARFDebugMap::LinkOSOFileAddress(), lldb_private::DWARFExpressionList::LinkThreadLocalStorage(), LLDB_INVALID_ADDRESS, lldb_private::DWARFExpression::ParseDWARFLocationList(), ParseVariableDIE(), DWARFFormValue::Reference(), lldb_private::Declaration::SetColumn(), lldb_private::Declaration::SetFile(), lldb_private::DWARFExpressionList::SetFuncFileAddress(), lldb_private::Declaration::SetLine(), lldb_private::DWARFExpressionList::SetModule(), DWARFBaseDIE::Tag(), DWARFFormValue::Unsigned(), lldb_private::DWARFExpression::Update_DW_OP_addr(), lldb_private::DWARFExpression::UpdateValue(), lldb_private::DataExtractor::ValidOffset(), and lldb_private::Symbol::ValueIsAddress().

Referenced by ParseVariableDIE(), ParseVariableDIECached(), and PopulateBlockVariableList().

◆ ParseVariableDIECached()

VariableSP SymbolFileDWARF::ParseVariableDIECached ( const lldb_private::SymbolContext sc,
const DWARFDIE die 
)
protected

◆ ParseVariablesForContext()

size_t SymbolFileDWARF::ParseVariablesForContext ( const lldb_private::SymbolContext sc)
overridevirtual

◆ ParseVariablesInFunctionContext()

size_t SymbolFileDWARF::ParseVariablesInFunctionContext ( const lldb_private::SymbolContext sc,
const DWARFDIE die,
const lldb::addr_t  func_low_pc 
)
protected

◆ ParseVariablesInFunctionContextRecursive()

size_t SymbolFileDWARF::ParseVariablesInFunctionContextRecursive ( const lldb_private::SymbolContext sc,
const DWARFDIE die,
lldb::addr_t  func_low_pc,
DIEArray accumulator 
)
protected

◆ ParseVendorDWARFOpcode()

virtual bool SymbolFileDWARF::ParseVendorDWARFOpcode ( uint8_t  op,
const lldb_private::DataExtractor opcodes,
lldb::offset_t offset,
std::vector< lldb_private::Value > &  stack 
) const
inlinevirtual

◆ ParseXcodeSDK()

XcodeSDK SymbolFileDWARF::ParseXcodeSDK ( lldb_private::CompileUnit comp_unit)
overridevirtual

◆ PopulateBlockVariableList()

size_t SymbolFileDWARF::PopulateBlockVariableList ( lldb_private::VariableList variable_list,
const lldb_private::SymbolContext sc,
llvm::ArrayRef< DIERef variable_dies,
lldb::addr_t  func_low_pc 
)
protected

◆ PreloadSymbols()

void SymbolFileDWARF::PreloadSymbols ( )
overridevirtual

◆ ResolveFunction()

bool SymbolFileDWARF::ResolveFunction ( const DWARFDIE die,
bool  include_inlines,
lldb_private::SymbolContextList sc_list 
)
protected

◆ ResolveFunctionAndBlock()

void SymbolFileDWARF::ResolveFunctionAndBlock ( lldb::addr_t  file_vm_addr,
bool  lookup_block,
lldb_private::SymbolContext sc 
)
protected

Resolve functions and (possibly) blocks for the given file address and a compile unit.

The compile unit comes from the sc argument and it must be set. The results of the lookup (if any) are written back to the symbol context.

Definition at line 1944 of file SymbolFileDWARF.cpp.

References lldb_private::SymbolContext::block, lldb_private::SymbolContext::comp_unit, lldb_private::Block::FindBlockByID(), lldb_private::CompileUnit::FindFunctionByUID(), lldb_private::SymbolContext::function, lldb_private::Function::GetBlock(), GetDWARFCompileUnit(), DWARFBaseDIE::GetID(), DWARFCompileUnit::GetNonSkeletonUnit(), DWARFCompileUnit::LookupAddress(), DWARFDIE::LookupDeepestBlock(), and ParseFunction().

◆ ResolveSymbolContext() [1/2]

uint32_t SymbolFileDWARF::ResolveSymbolContext ( const lldb_private::Address so_addr,
lldb::SymbolContextItem  resolve_scope,
lldb_private::SymbolContext sc 
)
overridevirtual

◆ ResolveSymbolContext() [2/2]

uint32_t SymbolFileDWARF::ResolveSymbolContext ( const lldb_private::SourceLocationSpec src_location_spec,
lldb::SymbolContextItem  resolve_scope,
lldb_private::SymbolContextList sc_list 
)
overridevirtual

Reimplemented from lldb_private::SymbolFile.

◆ ResolveType()

Type * SymbolFileDWARF::ResolveType ( const DWARFDIE die,
bool  assert_not_being_parsed = true,
bool  resolve_function_context = false 
)

◆ ResolveTypeUID() [1/3]

Type * SymbolFileDWARF::ResolveTypeUID ( const DIERef die_ref)
protected

Definition at line 1465 of file SymbolFileDWARF.cpp.

References GetDIE(), and ResolveType().

◆ ResolveTypeUID() [2/3]

Type * SymbolFileDWARF::ResolveTypeUID ( const DWARFDIE die,
bool  assert_not_being_parsed 
)
protected

◆ ResolveTypeUID() [3/3]

Type * SymbolFileDWARF::ResolveTypeUID ( lldb::user_id_t  type_uid)
overridevirtual

Implements lldb_private::SymbolFile.

Definition at line 1445 of file SymbolFileDWARF.cpp.

References GetDIE(), and GetModuleMutex().

Referenced by GetTypes(), and SymbolFileDWARFDebugMap::ResolveTypeUID().

◆ SetDebugMapModule()

void SymbolFileDWARF::SetDebugMapModule ( const lldb::ModuleSP &  module_sp)
inlineprotected

Definition at line 453 of file SymbolFileDWARF.h.

References m_debug_map_module_wp.

Referenced by DebugMapModule::GetSymbolFile().

◆ SetFileIndex()

void SymbolFileDWARF::SetFileIndex ( std::optional< uint64_t >  file_index)
inline

◆ SupportedVersion()

bool SymbolFileDWARF::SupportedVersion ( uint16_t  version)
static

Definition at line 513 of file SymbolFileDWARF.cpp.

Referenced by DWARFUnitHeader::extract().

◆ Supports_DW_AT_APPLE_objc_complete_type()

bool SymbolFileDWARF::Supports_DW_AT_APPLE_objc_complete_type ( DWARFUnit cu)

◆ Terminate()

void SymbolFileDWARF::Terminate ( )
static

◆ UpdateExternalModuleListIfNeeded()

void SymbolFileDWARF::UpdateExternalModuleListIfNeeded ( )
protected

Friends And Related Function Documentation

◆ DebugMapModule

friend class DebugMapModule
friend

Definition at line 77 of file SymbolFileDWARF.h.

◆ DWARFASTParserClang

friend class DWARFASTParserClang
friend

Definition at line 80 of file SymbolFileDWARF.h.

◆ DWARFCompileUnit

friend class DWARFCompileUnit
friend

Definition at line 78 of file SymbolFileDWARF.h.

◆ DWARFDIE

friend class DWARFDIE
friend

◆ SymbolFileDWARFDebugMap

friend class SymbolFileDWARFDebugMap
friend

Definition at line 75 of file SymbolFileDWARF.h.

◆ SymbolFileDWARFDwo

friend class SymbolFileDWARFDwo
friend

Definition at line 76 of file SymbolFileDWARF.h.

Member Data Documentation

◆ ID

char SymbolFileDWARF::ID
staticprivate

LLVM RTTI support.

Definition at line 64 of file SymbolFileDWARF.h.

Referenced by classof(), and isA().

◆ m_abbr

std::unique_ptr<DWARFDebugAbbrev> SymbolFileDWARF::m_abbr
protected

Definition at line 537 of file SymbolFileDWARF.h.

Referenced by DebugAbbrev().

◆ m_context

lldb_private::DWARFContext SymbolFileDWARF::m_context
protected

◆ m_debug_macros_map

DebugMacrosMap SymbolFileDWARF::m_debug_macros_map
protected

Definition at line 542 of file SymbolFileDWARF.h.

Referenced by ParseDebugMacros().

◆ m_debug_map_module_wp

lldb::ModuleWP SymbolFileDWARF::m_debug_map_module_wp
protected

Definition at line 526 of file SymbolFileDWARF.h.

Referenced by GetDebugMapSymfile(), GetModuleMutex(), and SetDebugMapModule().

◆ m_debug_map_symfile

SymbolFileDWARFDebugMap* SymbolFileDWARF::m_debug_map_symfile
protected

◆ m_die_to_type

DIEToTypePtr SymbolFileDWARF::m_die_to_type
protected

Definition at line 554 of file SymbolFileDWARF.h.

Referenced by GetDIEToType().

◆ m_die_to_variable_sp

DIEToVariableSP SymbolFileDWARF::m_die_to_variable_sp
protected

Definition at line 555 of file SymbolFileDWARF.h.

Referenced by GetDIEToVariable().

◆ m_dwo_warning_issued

std::atomic_flag SymbolFileDWARF::m_dwo_warning_issued = ATOMIC_FLAG_INIT
protected

Definition at line 569 of file SymbolFileDWARF.h.

Referenced by GetDwoSymbolFileForCompileUnit().

◆ m_dwp_symfile

std::shared_ptr<SymbolFileDWARFDwo> SymbolFileDWARF::m_dwp_symfile
protected

Definition at line 530 of file SymbolFileDWARF.h.

Referenced by GetDIE(), and GetDwpSymbolFile().

◆ m_dwp_symfile_once_flag

llvm::once_flag SymbolFileDWARF::m_dwp_symfile_once_flag
protected

Definition at line 529 of file SymbolFileDWARF.h.

Referenced by GetDwpSymbolFile().

◆ m_external_type_modules

ExternalTypeModuleMap SymbolFileDWARF::m_external_type_modules
protected

◆ m_fetched_external_modules

bool SymbolFileDWARF::m_fetched_external_modules
protected

Definition at line 546 of file SymbolFileDWARF.h.

Referenced by UpdateExternalModuleListIfNeeded().

◆ m_file_index

std::optional<uint64_t> SymbolFileDWARF::m_file_index = std::nullopt
protected

If this DWARF file a .DWO file or a DWARF .o file on mac when no dSYM file is being used, this file index will be set to a valid value that can be used in DIERef objects which will contain an index that identifies the .DWO or .o file.

Definition at line 574 of file SymbolFileDWARF.h.

Referenced by GetFileIndex(), and SetFileIndex().

◆ m_first_code_address

lldb::addr_t SymbolFileDWARF::m_first_code_address = LLDB_INVALID_ADDRESS
protected

DWARF does not provide a good way for traditional (concatenating) linkers to invalidate debug info describing dead-stripped code.

These linkers will keep the debug info but resolve any addresses referring to such code as zero (BFD) or a small positive integer (zero + relocation addend – GOLD). Try to filter out this debug info by comparing it to the lowest code address in the module.

Definition at line 567 of file SymbolFileDWARF.h.

Referenced by InitializeFirstCodeAddress(), InitializeFirstCodeAddressRecursive(), ParseFunction(), and ParseLineTable().

◆ m_forward_decl_clang_type_to_die

ClangTypeToDIE SymbolFileDWARF::m_forward_decl_clang_type_to_die
protected

Definition at line 557 of file SymbolFileDWARF.h.

Referenced by GetForwardDeclClangTypeToDie().

◆ m_forward_decl_die_to_clang_type

DIEToClangType SymbolFileDWARF::m_forward_decl_die_to_clang_type
protected

Definition at line 556 of file SymbolFileDWARF.h.

Referenced by GetForwardDeclDieToClangType().

◆ m_function_scope_qualified_name_map

NameToOffsetMap SymbolFileDWARF::m_function_scope_qualified_name_map
protected

Definition at line 551 of file SymbolFileDWARF.h.

Referenced by GetMangledNamesForFunction(), and ParseType().

◆ m_global_aranges_up

std::unique_ptr<GlobalVariableMap> SymbolFileDWARF::m_global_aranges_up
protected

Definition at line 538 of file SymbolFileDWARF.h.

Referenced by GetGlobalAranges().

◆ m_index

std::unique_ptr<lldb_private::DWARFIndex> SymbolFileDWARF::m_index
protected

◆ m_info

std::unique_ptr<DWARFDebugInfo> SymbolFileDWARF::m_info
protected

Definition at line 535 of file SymbolFileDWARF.h.

Referenced by DebugInfo().

◆ m_info_once_flag

llvm::once_flag SymbolFileDWARF::m_info_once_flag
protected

Definition at line 534 of file SymbolFileDWARF.h.

Referenced by DebugInfo().

◆ m_lldb_cu_to_dwarf_unit

std::vector<uint32_t> SymbolFileDWARF::m_lldb_cu_to_dwarf_unit
protected

◆ m_parse_time

lldb_private::StatsDuration SymbolFileDWARF::m_parse_time
protected

◆ m_ranges

std::unique_ptr<DWARFDebugRanges> SymbolFileDWARF::m_ranges
protected

Definition at line 552 of file SymbolFileDWARF.h.

Referenced by GetDebugRanges().

◆ m_supports_DW_AT_APPLE_objc_complete_type

lldb_private::LazyBool SymbolFileDWARF::m_supports_DW_AT_APPLE_objc_complete_type
protected

Definition at line 547 of file SymbolFileDWARF.h.

Referenced by Supports_DW_AT_APPLE_objc_complete_type().

◆ m_type_unit_support_files

llvm::DenseMap<dw_offset_t, lldb_private::FileSpecList> SymbolFileDWARF::m_type_unit_support_files
protected

Definition at line 559 of file SymbolFileDWARF.h.

Referenced by GetTypeUnitSupportFiles().

◆ m_unique_ast_type_map

UniqueDWARFASTTypeMap SymbolFileDWARF::m_unique_ast_type_map
protected

Definition at line 553 of file SymbolFileDWARF.h.

Referenced by GetUniqueDWARFASTTypeMap().


The documentation for this class was generated from the following files: