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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDebugRegisterer.h58 struct DebugInfo { struct in namespace:llvm
64 DebugInfo() : FnStart(0), FnEnd(0), EhStart(0), EhEnd(0) {} function in struct:llvm::DebugInfo
73 /// whenever a function is JITed, create a DebugInfo struct and pass it to the
86 std::string MakeELF(const Function *F, DebugInfo &I);
99 void RegisterFunction(const Function *F, DebugInfo &I);
/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.h233 CGDebugInfo* DebugInfo; member in class:clang::CodeGen::CodeGenModule
400 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
H A DCodeGenFunction.h1055 CGDebugInfo *DebugInfo; member in namespace:clang::CodeGen
1146 return DebugInfo;

Completed in 107 milliseconds