Searched refs:GetSymbol (Results 1 - 25 of 37) sorted by relevance

12

/external/lldb/test/python_api/default-constructor/
H A Dsb_symbolcontext.py14 obj.GetSymbol()
H A Dsb_address.py20 obj.GetSymbol()
H A Dsb_frame.py19 obj.GetSymbol()
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsymbolize.h47 // several stack traces to a table, call Symbolize() once and use GetSymbol()
64 const char* GetSymbol(const void* addr);
H A Dsymbolize.cc105 const char* SymbolTable::GetSymbol(const void* addr) { function in class:SymbolTable
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsymbolize.h47 // several stack traces to a table, call Symbolize() once and use GetSymbol()
64 const char* GetSymbol(const void* addr);
H A Dsymbolize.cc110 const char* SymbolTable::GetSymbol(const void* addr) { function in class:SymbolTable
/external/lldb/scripts/Python/interface/
H A DSBSymbolContext.i66 lldb::SBSymbol GetSymbol ();
101 __swig_getmethods__["symbol"] = GetSymbol
103 if _newclass: symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setting of the symbol (lldb.SBSymbol) in this symbol context.''')
H A DSBAddress.i137 GetSymbol ();
181 __swig_getmethods__["symbol"] = GetSymbol
182 if _newclass: 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 DSBFrame.i28 start_addr = frame.GetSymbol().GetStartAddress().GetFileAddress()
94 GetSymbol () const;
301 __swig_getmethods__["symbol"] = GetSymbol
302 if _newclass: symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) for this stack frame.''')
/external/lldb/include/lldb/Host/
H A DDynamicLibrary.h28 T GetSymbol (const char* name) function in class:lldb_private::DynamicLibrary
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.h128 void *GetSymbol(int index) const {
191 (inst)->GetSymbol(LATESYM_INDEXOF(ClassName, sym))))
/external/lldb/test/python_api/function_symbol/
H A DTestSymbolAPI.py66 symbol_line1 = frame0.GetSymbol()
79 symbol_line2 = frame0.GetSymbol()
H A DTestDisasmAPI.py89 symbol = context1.GetSymbol()
/external/lldb/include/lldb/API/
H A DSBSymbolContext.h43 lldb::SBSymbol GetSymbol ();
H A DSBAddress.h98 GetSymbol ();
H A DSBFrame.h67 GetSymbol () const;
/external/lldb/examples/python/
H A Ddisasm.py84 symbol = frame.GetSymbol();
H A Ddiagnose_unwind.py43 if sym_ctx.IsValid() and sym_ctx.GetSymbol().IsValid():
44 function_start = sym_ctx.GetSymbol().GetStartAddress().GetLoadAddress(target)
46 print '%2d: pc==0x%-*x fp==0x%-*x %s %s + %d' % (frame_num, addr_width, addr_for_printing, addr_width, fp, module_description, sym_ctx.GetSymbol().GetName(), offset)
/external/lldb/test/
H A Dlldbutil.py569 caller = thread.GetFrameAtIndex(1).GetSymbol()
590 def GetSymbol(i): function in function:get_symbol_names
591 return thread.GetFrameAtIndex(i).GetSymbol().GetName()
593 return map(GetSymbol, range(thread.GetNumFrames()))
675 start_addr = frame.GetSymbol().GetStartAddress().GetFileAddress()
738 elif frame.GetSymbol():
739 name = frame.GetSymbol().GetName()
/external/lldb/test/python_api/target/
H A DTestTargetAPI.py170 self.assertTrue(sc.GetSymbol().GetName() == 'c')
297 symbol1 = context1.GetSymbol()
298 symbol2 = context2.GetSymbol()
/external/lldb/test/python_api/symbol-context/
H A DTestSymbolContext.py95 symbol = context.GetSymbol()
/external/lldb/test/python_api/value/
H A DTestValueAPI.py105 symbol = target.ResolveLoadAddress(int(pointed.GetLocation(), 0)).GetSymbol()
/external/lldb/examples/functions/
H A Dmain.cpp250 dump = sc.GetSymbol().IsExternal();
/external/lldb/source/API/
H A DSBAddress.cpp298 SBAddress::GetSymbol () function in class:SBAddress

Completed in 286 milliseconds

12