Searched refs:GetInlinedName (Results 1 - 5 of 5) sorted by last modified time

/external/lldb/examples/python/
H A Dsymbolication.py110 self.symbolication += ' [inlined] ' + inlined_block.GetInlinedName();
/external/lldb/include/lldb/API/
H A DSBBlock.h40 GetInlinedName () const;
/external/lldb/scripts/Python/interface/
H A DSBBlock.i37 ") GetInlinedName;
39 GetInlinedName () const;
161 __swig_getmethods__["name"] = GetInlinedName
162 if _newclass: name = property(GetInlinedName, None, doc='''A read only property that returns the same result as GetInlinedName().''')
/external/lldb/source/API/
H A DSBBlock.cpp72 SBBlock::GetInlinedName () const function in class:SBBlock
189 strm.Printf (" (inlined, '%s') ", GetInlinedName());
/external/lldb/test/python_api/default-constructor/
H A Dsb_block.py10 obj.GetInlinedName()

Completed in 152 milliseconds