Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp65 const char *SBBlock::GetInlinedName() const { in GetInlinedName() function in SBBlock
66 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBBlock, GetInlinedName); in GetInlinedName()
175 strm.Printf(" (inlined, '%s') ", GetInlinedName()); in GetDescription()
359 LLDB_REGISTER_METHOD_CONST(const char *, SBBlock, GetInlinedName, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h35 const char *GetInlinedName() const;
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5963 result = (char *)((lldb::SBBlock const *)arg1)->GetInlinedName(); in _wrap_SBBlock_GetInlinedName()