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

1 2

  /external/llvm/tools/llvm-dwarfdump/
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 70 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. Note tha
    [all...]
  /external/llvm/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS := all-targets DebugInfo MC MCParser MCDisassembler Object
  /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/llvm/lib/
Makefile 14 Target ExecutionEngine Linker MC Object DebugInfo
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readpdb.h 42 DebugInfo* di,
debuginfo.c 4 /*--- debuginfo.c ---*/
74 debuginfo reading confusing. Recently I arrived at some
76 kinds of address used in the debuginfo reading process:
112 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
    [all...]
priv_d3basics.h 592 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 );
d3basics.c 420 static Bool bias_address( Addr* a, const DebugInfo* di )
464 const DebugInfo* di,
    [all...]
readstabs.c 98 void ML_(read_debuginfo_stabs) ( DebugInfo* di,
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 45 unsigned DebugInfo : 1; /// Should generate debug info (-g).
172 DebugInfo = 0;
  /external/llvm/lib/Analysis/
Android.mk 19 DebugInfo.cpp \
  /external/valgrind/main/drd/
drd_error.h 93 DebugInfo* debuginfo; // Segment member in struct:__anon14052
  /external/v8/src/
debug.h 86 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);
    [all...]
debug.cc 105 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);
    [all...]
v8globals.h 122 class DebugInfo;
  /external/valgrind/main/callgrind/
fn.c 229 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;
global.h 718 Char fn_name[FN_NAME_LEN], UInt*, DebugInfo**);
751 obj_node* CLG_(get_obj_node)(DebugInfo* si);
bb.c 201 DebugInfo* di;
debug.c 379 DebugInfo* di;
  /external/clang/lib/CodeGen/
CodeGenModule.h 235 CGDebugInfo* DebugInfo;
433 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
    [all...]
CodeGenModule.cpp 73 DebugInfo(0), ARCData(0), NoObjCARCExceptionsMetadata(0),
112 if (CodeGenOpts.DebugInfo || CodeGenOpts.EmitGcovArcs ||
114 DebugInfo = new CGDebugInfo(*this);
130 delete DebugInfo;
170 if (DebugInfo)
171 DebugInfo->finalize();
    [all...]
BackendUtil.cpp 222 if (!CodeGenOpts.DebugInfo)
  /frameworks/compile/slang/
slang.cpp 456 CodeGenOpts.DebugInfo = EmitDebug;

Completed in 950 milliseconds

1 2