Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
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 …
/external/llvm-project/lldb/source/API/
DSBBlock.cpp67 const char *SBBlock::GetInlinedName() const { in GetInlinedName() function in SBBlock
68 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBlock, GetInlinedName); in GetInlinedName()
177 strm.Printf(" (inlined, '%s') ", GetInlinedName()); in GetDescription()
361 LLDB_REGISTER_METHOD_CONST(const char *, SBBlock, GetInlinedName, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_block.py10 obj.GetInlinedName()
/external/llvm-project/lldb/include/lldb/API/
DSBBlock.h35 const char *GetInlinedName() const;
/external/llvm-project/lldb/examples/python/
Dsymbolication.py119 inlined_block.GetInlinedName()