10 #ifndef LLDB_SBCompileUnit_h_ 
   11 #define LLDB_SBCompileUnit_h_ 
   32   uint32_t GetNumLineEntries() 
const;
 
   36   uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
 
   39   uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
 
   43   SBFileSpec GetSupportFileAtIndex(uint32_t idx) 
const;
 
   45   uint32_t GetNumSupportFiles() 
const;
 
   47   uint32_t FindSupportFileIndex(uint32_t start_idx, 
const SBFileSpec &sb_file,
 
   67   lldb::LanguageType GetLanguage();
 
   83   const lldb_private::CompileUnit *operator->() 
const;
 
   85   const lldb_private::CompileUnit &operator*() 
const;
 
   87   lldb_private::CompileUnit *
get();
 
   89   void reset(lldb_private::CompileUnit *lldb_object_ptr);
 
   91   lldb_private::CompileUnit *m_opaque_ptr;
 
   96 #endif // LLDB_SBCompileUnit_h_ 
class LLDB_API SBCompileUnit