Searched refs:GetInlinedName (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/bindings/interface/ |
D | SBBlock.i | 37 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/ |
D | SBBlock.cpp | 67 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/ |
D | sb_block.py | 10 obj.GetInlinedName()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBBlock.h | 35 const char *GetInlinedName() const;
|
/external/llvm-project/lldb/examples/python/ |
D | symbolication.py | 119 inlined_block.GetInlinedName()
|