Searched defs:DebugInfo (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
178 typedef struct _DebugInfo DebugInfo; typedef in typeref:struct:_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 );
190 SizeT VG_(DebugInfo_get_gotplt_size) ( const DebugInfo *d
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.h258 CGDebugInfo* DebugInfo; member in class:clang::CodeGen::CodeGenModule
495 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
H A DCodeGenFunction.h798 CGDebugInfo *DebugInfo; member in class:clang::CodeGen::CodeGenFunction
956 /// Returns true if DebugInfo is actually initialized.
959 DebugInfo = CGM.getModuleDebugInfo();
967 return DebugInfo;
/external/chromium_org/v8/src/
H A Dobjects.h150 // - DebugInfo
569 V(DEBUG_INFO, DebugInfo, debug_info) \
9942 // The DebugInfo class holds additional information for a function being
9944 class DebugInfo: public Struct { class in namespace:v8
9961 static void ClearBreakPoint(Handle<DebugInfo> debug_info,
9965 static void SetBreakPoint(Handle<DebugInfo> debug_info, int code_position,
9971 static Object* FindBreakPointInfo(Handle<DebugInfo> debug_info,
9976 static inline DebugInfo* cast(Object* obj);
9979 DECLARE_PRINTER(DebugInfo)
9980 DECLARE_VERIFIER(DebugInfo)
[all...]

Completed in 306 milliseconds