Searched refs:GetStartAddress (Results 1 – 18 of 18) sorted by relevance
15 return self.GetStartAddress()19 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this line entry.''')
14 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this function.''')
12 return self.GetStartAddress()20 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this symbol.''')
8 symSA = symbol.GetStartAddress().GetFileAddress()
50 SBAddress GetStartAddress();
28 lldb::SBAddress GetStartAddress() const;
44 lldb::SBAddress GetStartAddress();
336 virtual std::optional<lldb_private::Address> GetStartAddress() { in GetStartAddress() function
360 bool GetStartAddress(Address &addr);
141 SBAddress SBSymbol::GetStartAddress() { in GetStartAddress() function in SBSymbol
49 SBAddress SBLineEntry::GetStartAddress() const { in GetStartAddress() function in SBLineEntry
141 SBAddress SBFunction::GetStartAddress() { in GetStartAddress() function in SBFunction
336 if (!sc.block->GetStartAddress(break_addr)) in SearchCallback()
333 bool Block::GetStartAddress(Address &addr) { in GetStartAddress() function in Block
692 if (inlined_block->GetStartAddress(start_addr)) { in GetFunctionStartLineEntry()
1827 func_block->GetStartAddress(addr); in CreateLocalVariable()
2525 if (sc.block == nullptr || !sc.block->GetStartAddress(addr)) in ResolveFunction()
32518 result = (arg1)->GetStartAddress(); in _wrap_SBFunction_GetStartAddress()36339 result = ((lldb::SBLineEntry const *)arg1)->GetStartAddress(); in _wrap_SBLineEntry_GetStartAddress()52759 result = (arg1)->GetStartAddress(); in _wrap_SBSymbol_GetStartAddress()