Searched refs:GetInlinedName (Results 1 – 5 of 5) sorted by relevance
11 otherwise, return None.") lldb::SBBlock::GetInlinedName;
52 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
65 const char *SBBlock::GetInlinedName() const { in GetInlinedName() function in SBBlock173 strm.Printf(" (inlined, '%s') ", GetInlinedName()); in GetDescription()
37 const char *GetInlinedName() const;
7044 result = (char *)((lldb::SBBlock const *)arg1)->GetInlinedName(); in _wrap_SBBlock_GetInlinedName()