HomeSort by relevance Sort by last modified time
    Searched defs:DebugInfo (Results 1 - 4 of 4) sorted by null

  /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/clang/lib/CodeGen/
CodeGenModule.h 258 CGDebugInfo* DebugInfo;
495 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
    [all...]
CodeGenFunction.h 798 CGDebugInfo *DebugInfo;
    [all...]
  /external/chromium_org/v8/src/
objects.h 150 // - DebugInfo
569 V(DEBUG_INFO, DebugInfo, debug_info) \
    [all...]

Completed in 77 milliseconds