|
|
|
|
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBCompileUnit self) -> SBCompileUnit
__init__(lldb::SBCompileUnit self, SBCompileUnit rhs) ->
SBCompileUnit |
source code
|
|
|
__swig_destroy__(...)
delete_SBCompileUnit(SBCompileUnit self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBCompileUnit self) -> bool |
source code
|
|
|
GetFileSpec(self)
GetFileSpec(SBCompileUnit self) -> SBFileSpec |
source code
|
|
|
GetNumLineEntries(self)
GetNumLineEntries(SBCompileUnit self) -> uint32_t |
source code
|
|
|
GetLineEntryAtIndex(self,
*args)
GetLineEntryAtIndex(SBCompileUnit self, uint32_t idx) ->
SBLineEntry |
source code
|
|
|
FindLineEntryIndex(self,
*args)
FindLineEntryIndex(SBCompileUnit self, uint32_t start_idx, uint32_t
line, SBFileSpec inline_file_spec) -> uint32_t
FindLineEntryIndex(SBCompileUnit self, uint32_t start_idx, uint32_t
line, SBFileSpec inline_file_spec, bool exact) -> uint32_t |
source code
|
|
|
GetSupportFileAtIndex(self,
*args)
GetSupportFileAtIndex(SBCompileUnit self, uint32_t idx) ->
SBFileSpec |
source code
|
|
|
GetNumSupportFiles(self)
GetNumSupportFiles(SBCompileUnit self) -> uint32_t |
source code
|
|
|
FindSupportFileIndex(self,
*args)
FindSupportFileIndex(SBCompileUnit self, uint32_t start_idx,
SBFileSpec sb_file, bool full) -> uint32_t |
source code
|
|
|
GetTypes(self,
*args)
GetTypes(SBCompileUnit self, uint32_t type_mask=eTypeClassAny) -> SBTypeList
GetTypes(SBCompileUnit self) -> SBTypeList |
source code
|
|
|
GetDescription(self,
*args)
GetDescription(SBCompileUnit self, SBStream description) -> bool |
source code
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|