Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContext.i67 lldb::SBSymbol GetSymbol ();
92 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti…
H A DSBAddress.i138 GetSymbol ();
182 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
H A DSBFrame.i105 GetSymbol () const;
349 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re…
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp120 SBSymbol SBSymbolContext::GetSymbol() { in GetSymbol() function in SBSymbolContext
121 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSymbol, SBSymbolContext, GetSymbol); in GetSymbol()
253 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBSymbolContext, GetSymbol, ()); in RegisterMethods()
H A DSBAddress.cpp258 SBSymbol SBAddress::GetSymbol() { in GetSymbol() function in SBAddress
259 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBSymbol, SBAddress, GetSymbol); in GetSymbol()
312 LLDB_REGISTER_METHOD(lldb::SBSymbol, SBAddress, GetSymbol, ()); in RegisterMethods()
H A DSBFrame.cpp211 SBSymbol SBFrame::GetSymbol() const { in GetSymbol() function in SBFrame
212 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBSymbol, SBFrame, GetSymbol); in GetSymbol()
1309 LLDB_REGISTER_METHOD_CONST(lldb::SBSymbol, SBFrame, GetSymbol, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h43 lldb::SBSymbol GetSymbol();
H A DSBAddress.h84 lldb::SBSymbol GetSymbol();
H A DSBFrame.h55 lldb::SBSymbol GetSymbol() const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3890 auto GetSymbol = [&](uint64_t SymIndex, in printGnuHashTableSymbols() local
3923 if (const Elf_Sym *Sym = GetSymbol(SymIndex, DynSyms.size())) in printGnuHashTableSymbols()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4552 result = (arg1)->GetSymbol(); in _wrap_SBAddress_GetSymbol()
26739 result = ((lldb::SBFrame const *)arg1)->GetSymbol(); in _wrap_SBFrame_GetSymbol()
46004 result = (arg1)->GetSymbol(); in _wrap_SBSymbolContext_GetSymbol()