#include <SBCompileUnit.h>
Detailed Description
Definition at line 18 of file SBCompileUnit.h.
 Constructor & Destructor Documentation
      
        
          | lldb::SBCompileUnit::SBCompileUnit | ( |  | ) |  | 
      
 
 
      
        
          | lldb::SBCompileUnit::~SBCompileUnit | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | uint32_t lldb::SBCompileUnit::FindLineEntryIndex | ( | uint32_t | start_idx, | 
        
          |  |  | uint32_t | line, | 
        
          |  |  | lldb::SBFileSpec * | inline_file_spec | 
        
          |  | ) |  | const | 
      
 
 
      
        
          | uint32_t lldb::SBCompileUnit::FindLineEntryIndex | ( | uint32_t | start_idx, | 
        
          |  |  | uint32_t | line, | 
        
          |  |  | lldb::SBFileSpec * | inline_file_spec, | 
        
          |  |  | bool | exact | 
        
          |  | ) |  | const | 
      
 
 
      
        
          | uint32_t lldb::SBCompileUnit::FindSupportFileIndex | ( | uint32_t | start_idx, | 
        
          |  |  | const SBFileSpec & | sb_file, | 
        
          |  |  | bool | full | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | bool lldb::SBCompileUnit::GetDescription | ( | lldb::SBStream & | description | ) |  | 
      
 
 
      
        
          | uint32_t lldb::SBCompileUnit::GetNumLineEntries | ( |  | ) | const | 
      
 
 
      
        
          | uint32_t lldb::SBCompileUnit::GetNumSupportFiles | ( |  | ) | const | 
      
 
 
      
        
          | SBFileSpec lldb::SBCompileUnit::GetSupportFileAtIndex | ( | uint32_t | idx | ) | const | 
      
 
 
      
        
          | lldb::SBTypeList lldb::SBCompileUnit::GetTypes | ( | uint32_t | type_mask = lldb::eTypeClassAny | ) |  | 
      
 
Get all types matching type_mask from debug info in this compile unit.
- Parameters
- 
  
    | [in] | type_mask | A bitfield that consists of one or more bits logically OR'ed together from the lldb::TypeClass enumeration. This allows you to request only structure types, or only class, struct and union types. Passing in lldb::eTypeClassAny will return all types found in the debug information for this compile unit. |  
 
- Returns
- A list of types in this compile unit that match type_mask 
 
 
      
        
          | bool lldb::SBCompileUnit::IsValid | ( |  | ) | const | 
      
 
 
Friends And Related Function Documentation
The documentation for this class was generated from the following file: