Searched refs:DebugInfo (Results 1 - 25 of 52) sorted by relevance

123

/external/llvm/tools/llvm-dwarfdump/
H A DMakefile12 LINK_COMPONENTS := DebugInfo Object
/external/valgrind/main/coregrind/
H A Dpub_core_redir.h64 /* 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* );
H A Dm_redir.c70 That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
176 When a new DebugInfo appears:
182 DebugInfo to find new specs. Each of these needs to be compared
186 - (existing Specs x new DebugInfo): scan all symbols in the
187 DebugInfo, trying to match them to any existing specs, also
190 - (new Specs x new DebugInfo): scan all symbols in the new
191 DebugInfo, trying to match them against the new specs, to
203 When a DebugInfo disappears:
248 /* Top-level data structure. It contains a pointer to a DebugInfo and
249 also a list of the specs harvested from that DebugInfo
[all...]
/external/llvm/tools/llvm-objdump/
H A DMakefile12 LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
/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/llvm/lib/
H A DMakefile14 Target ExecutionEngine Linker MC Object DebugInfo
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_readpdb.h42 DebugInfo* di,
H A Ddebuginfo.c112 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 )
174 DebugInfo* di;
178 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo));
198 /* Free a DebugInfo, an
[all...]
H A Dpriv_d3basics.h592 biasMe is 1 if the aMin/aMax fields need this DebugInfo's text_bias
648 RegSummary* regs, const DebugInfo* di );
659 const DebugInfo* di,
669 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di );
H A Dd3basics.c420 static Bool bias_address( Addr* a, const DebugInfo* di )
464 const DebugInfo* di,
931 RegSummary* regs, const DebugInfo* di )
1002 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di )
H A Dreadstabs.c98 void ML_(read_debuginfo_stabs) ( DebugInfo* di,
/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h146 DebugInfoKind DebugInfo; member in class:clang::CodeGenOptions
247 DebugInfo = NoDebugInfo;
/external/llvm/lib/VMCore/
H A DAndroid.mk11 DebugInfo.cpp \
/external/valgrind/main/drd/
H A Ddrd_error.h93 DebugInfo* debuginfo; // Segment
/external/v8/src/
H A Ddebug.h86 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);
H A Ddebug.cc105 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
288 DebugInfo::SetBreakPoint(debug_info_, code_position(),
296 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object);
501 // DebugInfo even though the code is patched back to the non break point state.
715 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
718 debug_info_ = Handle<DebugInfo>::cast(
924 Handle<DebugInfo> debug_info = GetDebugInfo(shared);
1134 Handle<DebugInfo> Debug::GetDebugInfo(Handle<SharedFunctionInfo> shared) {
1136 return Handle<DebugInfo>(DebugInfo
[all...]
H A Dv8globals.h122 class DebugInfo;
/external/valgrind/main/callgrind/
H A Dfn.c229 obj_node* new_obj_node(DebugInfo* di, obj_node* next)
264 obj_node* CLG_(get_obj_node)(DebugInfo* di)
405 fn_node* get_fn_node_inseg(DebugInfo* di,
420 DebugInfo** pDebugInfo)
492 DebugInfo* di;
H A Dglobal.h718 Char fn_name[FN_NAME_LEN], UInt*, DebugInfo**);
751 obj_node* CLG_(get_obj_node)(DebugInfo* si);
H A Dbb.c201 DebugInfo* di;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp569 if (CGM.getCodeGenOpts().DebugInfo != CodeGenOptions::LimitedDebugInfo)
1201 assert(CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo);
1210 assert(CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo);
1274 // get some enums in llvm/Analysis/DebugInfo.h to refer to
1860 if (CGM.getCodeGenOpts().DebugInfo == CodeGenOptions::LimitedDebugInfo)
2054 CGM.getCodeGenOpts().DebugInfo <= CodeGenOptions::DebugLineTablesOnly)
2057 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) {
2085 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) {
2261 assert(CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo);
2395 assert(CGM.getCodeGenOpts().DebugInfo >
[all...]
H A DCodeGenModule.cpp73 DebugInfo(0), ARCData(0), NoObjCARCExceptionsMetadata(0),
113 if (CodeGenOpts.DebugInfo != CodeGenOptions::NoDebugInfo ||
116 DebugInfo = new CGDebugInfo(*this);
132 delete DebugInfo;
184 if (DebugInfo)
185 DebugInfo->finalize();
1695 if (getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo)
H A DCodeGenFunction.cpp38 DebugInfo(0), DisableDebugInfo(false), DidCallStackSave(false),
497 DebugInfo = CGM.getModuleDebugInfo();
1159 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo)
H A DBackendUtil.cpp236 if (CodeGenOpts.DebugInfo == CodeGenOptions::NoDebugInfo)
H A DCGDecl.cpp336 CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) {
917 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) {
1501 if (CGM.getCodeGenOpts().DebugInfo >=
1584 if (CGM.getCodeGenOpts().DebugInfo >= CodeGenOptions::LimitedDebugInfo) {

Completed in 2218 milliseconds

123