Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockDocstrings.i11 otherwise, return None.") lldb::SBBlock::GetInlinedName;
H A DSBBlockExtensions.i52 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp65 const char *SBBlock::GetInlinedName() const { in GetInlinedName() function in SBBlock
173 strm.Printf(" (inlined, '%s') ", GetInlinedName()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h37 const char *GetInlinedName() const;
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7044 result = (char *)((lldb::SBBlock const *)arg1)->GetInlinedName(); in _wrap_SBBlock_GetInlinedName()