Home
last modified time | relevance | path

Searched refs:GetSymbol (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextExtensions.i10 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti…
H A DSBAddressExtensions.i48 symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) that this address resides within.''')
H A DSBFrameExtensions.i76 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h47 lldb::SBSymbol GetSymbol();
H A DSBAddress.h84 lldb::SBSymbol GetSymbol();
H A DSBFrame.h64 lldb::SBSymbol GetSymbol() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp102 SBSymbol SBSymbolContext::GetSymbol() { in GetSymbol() function in SBSymbolContext
H A DSBAddress.cpp249 SBSymbol SBAddress::GetSymbol() { in GetSymbol() function in SBAddress
H A DSBFrame.cpp208 SBSymbol SBFrame::GetSymbol() const { in GetSymbol() function in SBFrame
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4430 auto GetSymbol = [&](uint64_t SymIndex, in printGnuHashTableSymbols() local
4463 if (const Elf_Sym *Sym = GetSymbol(SymIndex, DynSyms.size())) in printGnuHashTableSymbols()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4750 result = (arg1)->GetSymbol(); in _wrap_SBAddress_GetSymbol()
30563 result = ((lldb::SBFrame const *)arg1)->GetSymbol(); in _wrap_SBFrame_GetSymbol()
53341 result = (arg1)->GetSymbol(); in _wrap_SBSymbolContext_GetSymbol()