HomeSort by relevance Sort by last modified time
    Searched refs:sc_ptr (Results 1 - 8 of 8) sorted by null

  /external/lldb/include/lldb/API/
SBSymbolContext.h 82 SBSymbolContext (const lldb_private::SymbolContext *sc_ptr);
85 SetSymbolContext (const lldb_private::SymbolContext *sc_ptr);
  /external/lldb/source/API/
SBSymbolContext.cpp 28 SBSymbolContext::SBSymbolContext (const SymbolContext *sc_ptr) :
31 if (sc_ptr)
32 m_opaque_ap.reset (new SymbolContext (*sc_ptr));
63 SBSymbolContext::SetSymbolContext (const SymbolContext *sc_ptr)
65 if (sc_ptr)
68 *m_opaque_ap = *sc_ptr;
70 m_opaque_ap.reset (new SymbolContext (*sc_ptr));
  /external/lldb/include/lldb/Target/
StackFrame.h 50 const SymbolContext *sc_ptr);
58 const SymbolContext *sc_ptr);
66 const SymbolContext *sc_ptr);
Target.h 938 const SymbolContext *sc_ptr);
    [all...]
  /external/lldb/source/Target/
StackFrame.cpp 52 const SymbolContext *sc_ptr) :
67 if (sc_ptr != NULL)
69 m_sc = *sc_ptr;
80 const SymbolContext *sc_ptr) :
95 if (sc_ptr != NULL)
97 m_sc = *sc_ptr;
115 const SymbolContext *sc_ptr) :
130 if (sc_ptr != NULL)
132 m_sc = *sc_ptr;
    [all...]
Target.cpp     [all...]
  /external/oprofile/libpp/
xml_utils.cpp 299 subclass_array_t * sc_ptr; local
303 sc_ptr = &event_subclasses[event];
306 sc_ptr = &cpu_subclasses[cpu][event];
311 for (size_t j = 0; j < sc_ptr->size(); ++j) {
312 if ((*sc_ptr)[j].unitmask == pclass.ptemplate.unitmask) {
313 subclass_name = (*sc_ptr)[j].subclass_name;
320 size_t new_index = sc_ptr->size();
325 (*sc_ptr)[new_index].unitmask = pclass.ptemplate.unitmask;
326 (*sc_ptr)[new_index].subclass_name = subclass_name;
  /external/lldb/source/Core/
Debugger.cpp     [all...]

Completed in 974 milliseconds