Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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 …
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBBlock.h35 const char *GetInlinedName() const;
/openbsd/gnu/llvm/lldb/examples/python/
H A Dsymbolication.py118 inlined_block.GetInlinedName()