HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfo (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/sync/sessions/
debug_info_getter.h 20 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) = 0;
  /external/llvm/tools/llvm-dwarfdump/
Makefile 12 LINK_COMPONENTS := DebugInfo Object
  /external/llvm/tools/llvm-symbolizer/
Makefile 12 LINK_COMPONENTS := DebugInfo Object
  /external/chromium_org/sync/test/sessions/
mock_debug_info_getter.h 25 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
31 sync_pb::DebugInfo debug_info_;
mock_debug_info_getter.cc 16 void MockDebugInfoGetter::GetDebugInfo(sync_pb::DebugInfo* debug_info) {
  /external/valgrind/main/coregrind/
pub_core_redir.h 64 /* Notify the module of a new DebugInfo (called from m_debuginfo). */
65 extern void VG_(redir_notify_new_DebugInfo)( DebugInfo* );
67 /* Notify the module of the disappearance of a DebugInfo (also called
69 extern void VG_(redir_notify_delete_DebugInfo)( DebugInfo* );
m_redir.c 73 That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
179 When a new DebugInfo appears:
185 DebugInfo to find new specs. Each of these needs to be compared
189 - (existing Specs x new DebugInfo): scan all symbols in the
190 DebugInfo, trying to match them to any existing specs, also
193 - (new Specs x new DebugInfo): scan all symbols in the new
194 DebugInfo, trying to match them against the new specs, to
206 When a DebugInfo disappears:
251 /* Top-level data structure. It contains a pointer to a DebugInfo and
252 also a list of the specs harvested from that DebugInfo. Note tha
    [all...]
  /external/llvm/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
  /external/llvm/unittests/DebugInfo/
Makefile 1 ##===- unittests/DebugInfo/Makefile ------------------------*- Makefile -*-===##
11 TESTNAME = DebugInfo
12 LINK_COMPONENTS := debuginfo object support
  /external/valgrind/main/include/
pub_tool_debuginfo.h 3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
176 /* A way to make limited debuginfo queries on a per-mapped-object
178 typedef struct _DebugInfo DebugInfo;
180 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
182 DebugInfo* VG_(find_DebugInfo) ( Addr a );
185 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
186 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
187 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *di );
188 SizeT VG_(DebugInfo_get_plt_size) ( const DebugInfo *di );
189 Addr VG_(DebugInfo_get_gotplt_avma) ( const DebugInfo *di )
    [all...]
  /external/llvm/lib/
Makefile 14 Target ExecutionEngine Linker MC Object Option DebugInfo \
  /external/llvm/unittests/
Makefile 12 PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readpdb.h 42 DebugInfo* di,
debuginfo.c 4 /*--- debuginfo.c ---*/
74 debuginfo reading confusing. Recently I arrived at some
76 kinds of address used in the debuginfo reading process:
112 static DebugInfo* debugInfo_list = NULL;
118 in some DebugInfo-search-intensive situations, most notably stack
120 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
122 DebugInfo *di0, *di1, *di2;
137 DebugInfo* tmp;
169 /* Allocate and zero out a new DebugInfo record. */
171 DebugInfo* alloc_DebugInfo( const UChar* filename
    [all...]
  /external/chromium_org/sync/engine/
download.h 15 class DebugInfo;
97 sync_pb::DebugInfo* debug_info);
commit.cc 114 sync_pb::DebugInfo* debug_info = message_.mutable_debug_info();
download.cc 343 sync_pb::DebugInfo* debug_info = msg->mutable_debug_info();
419 sync_pb::DebugInfo* debug_info) {
download_unittest.cc 292 sync_pb::DebugInfo debug_info;
298 sync_pb::DebugInfo debug_info;
  /external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc 31 sync_pb::DebugInfo debug_info;
43 sync_pb::DebugInfo debug_info;
debug_info_event_listener.h 78 virtual void GetDebugInfo(sync_pb::DebugInfo* debug_info) OVERRIDE;
  /external/llvm/lib/IR/
Android.mk 12 DebugInfo.cpp \
  /external/valgrind/main/drd/
drd_error.h 92 DebugInfo* debuginfo; // Segment member in struct:__anon30757
  /external/v8/src/
debug.h 86 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
137 Handle<DebugInfo> debug_info_;
203 explicit DebugInfoListNode(DebugInfo* debug_info);
208 Handle<DebugInfo> debug_info() { return debug_info_; }
212 Handle<DebugInfo> debug_info_;
224 // DebugInfo.
250 static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
470 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 33 class DebugInfo;
278 const sync_pb::DebugInfo& proto);
  /external/chromium_org/v8/src/
debug.h 95 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
148 Handle<DebugInfo> debug_info_;
218 explicit DebugInfoListNode(DebugInfo* debug_info);
223 Handle<DebugInfo> debug_info() { return debug_info_; }
227 Handle<DebugInfo> debug_info_;
239 // DebugInfo.
273 static Handle<DebugInfo> GetDebugInfo(Handle<SharedFunctionInfo> shared);
547 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
    [all...]

Completed in 286 milliseconds

1 2 3