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

1 2

  /external/llvm/tools/llvm-dwarfdump/
Makefile 12 LINK_COMPONENTS := DebugInfo Object
  /external/llvm/tools/llvm-symbolizer/
Makefile 12 LINK_COMPONENTS := DebugInfo Object
  /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...]