Lines Matching +full:int +full:- +full:property
67 return int(self.sbmodule.GetNumSymbols())
72 if type(key) is int:
73 if -count <= key < count:
129 return int(self.sbmodule.GetNumSections())
134 if type(key) is int:
135 if -count <= key < count:
165 return int(self.sbmodule.GetNumCompileUnits())
170 if type(key) is int:
171 if -count <= key < count:
218 …symbols = property(get_symbols_array, None, doc='''A read only property that returns a list() of l…
219 …symbol = property(get_symbols_access_object, None, doc='''A read only property that can be used to…
220 …sections = property(get_sections_array, None, doc='''A read only property that returns a list() of…
221 …compile_units = property(get_compile_units_array, None, doc='''A read only property that returns a…
222 …section = property(get_sections_access_object, None, doc='''A read only property that can be used …
223 …section = property(get_sections_access_object, None, doc='''A read only property that can be used …
228 …uuid = property(get_uuid, None, doc='''A read only property that returns a standard python uuid.UU…
229 …file = property(GetFileSpec, None, doc='''A read only property that returns an lldb object that re…
230 …platform_file = property(GetPlatformFileSpec, None, doc='''A read only property that returns an ll…
231 …byte_order = property(GetByteOrder, None, doc='''A read only property that returns an lldb enumera…
232 …addr_size = property(GetAddressByteSize, None, doc='''A read only property that returns the size i…
233 …triple = property(GetTriple, None, doc='''A read only property that returns the target triple (arc…
234 …num_symbols = property(GetNumSymbols, None, doc='''A read only property that returns number of sym…
235 …num_sections = property(GetNumSections, None, doc='''A read only property that returns number of s…