Home
last modified time | relevance | path

Searched refs:GetInlinedName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBBlock.i37 otherwise, return None.") GetInlinedName;
39 GetInlinedName () const;
153 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_block.py10 obj.GetInlinedName()
/llvm-project-15.0.7/lldb/source/API/
H A DSBBlock.cpp64 const char *SBBlock::GetInlinedName() const { in GetInlinedName() function in SBBlock
172 strm.Printf(" (inlined, '%s') ", GetInlinedName()); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBBlock.h35 const char *GetInlinedName() const;
/llvm-project-15.0.7/lldb/examples/python/
H A Dsymbolication.py119 inlined_block.GetInlinedName()