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

123

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_readdwarf.h34 #include "pub_core_debuginfo.h" // DebugInfo
49 ( DebugInfo* di,
61 void ML_(read_debuginfo_dwarf1) ( DebugInfo* di,
70 ( /*OUT*/ DebugInfo* di,
H A Dpriv_readmacho.h36 #include "pub_core_debuginfo.h" // DebugInfo
43 object/exe specified by the DebugInfo, find Mach-O sections, then read
46 supplied DebugInfo.
48 extern Bool ML_(read_macho_debug_info) ( DebugInfo* si );
H A Dpriv_readelf.h36 #include "pub_core_debuginfo.h" // DebugInfo
55 extern Bool ML_(read_elf_debug_info) ( DebugInfo* di );
H A Dpriv_readexidx.h37 #include "pub_core_debuginfo.h" // DebugInfo
40 void ML_(read_exidx) ( /*MOD*/DebugInfo* di,
H A Dpriv_readdwarf3.h40 #include "pub_core_debuginfo.h" // DebugInfo
46 DebugInfo* di,
H A Dpriv_readpdb.h41 #include "pub_core_debuginfo.h" // DebugInfo
45 DebugInfo* di,
H A Dpriv_storage.h59 in DebugInfo::strpool.
486 const HChar* name; /* in DebugInfo.strpool */
488 const GExpr* gexpr; /* on DebugInfo.gexprs list */
491 in DebugInfo.fndnpool */
593 lifetime of the DebugInfo as possible -- at the point when it is
663 a DebugInfo*, in check_CFSI_related_invariants.
974 in the .varinfo. Also, when deleting this DebugInfo, we must
999 /* Add a filename/dirname pair to a DebugInfo and returns the index
1007 extern const HChar* ML_(fndn_ix2filename) (const DebugInfo* di,
1012 extern const HChar* ML_(fndn_ix2dirname) (const DebugInfo* d
[all...]
H A Ddebuginfo.c117 static DebugInfo* debugInfo_list = NULL;
123 in some DebugInfo-search-intensive situations, most notably stack
125 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
127 DebugInfo *di0, *di1, *di2;
142 DebugInfo* tmp;
174 /* Allocate and zero out a new DebugInfo record. */
176 DebugInfo* alloc_DebugInfo( const HChar* filename )
179 DebugInfo* di;
183 di = ML_(dinfo_zalloc)("di.debuginfo.aDI.1", sizeof(DebugInfo));
206 /* Free a DebugInfo, an
[all...]
H A Dstorage.c65 void ML_(symerr) ( const DebugInfo* di, Bool serious, const HChar* msg )
235 const HChar* ML_(addStr) ( DebugInfo* di, const HChar* str, Int len )
270 const HChar* ML_(fndn_ix2filename) (const DebugInfo* di,
282 const HChar* ML_(fndn_ix2dirname) (const DebugInfo* di,
297 /* Add a string to the string table of a DebugInfo, by copying the
300 const HChar* ML_(addStrFromCursor)( DebugInfo* di, DiCursor c )
345 UInt ML_(fndn_ix) (const DebugInfo* di, Word locno)
566 "outside current DebugInfo: %#lx %#lx %#lx %#lx\n",
684 DiCfSI_m* ML_(get_cfsi_m) (const DebugInfo* di, UInt pos)
1452 Bool preferName ( const DebugInfo* d
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
H A DMakefile12 LINK_COMPONENTS = DebugInfo Object
/external/valgrind/coregrind/
H A Dpub_core_redir.h59 #include "pub_core_debuginfo.h" // DebugInfo
65 /* Notify the module of a new DebugInfo (called from m_debuginfo). */
66 extern void VG_(redir_notify_new_DebugInfo)( const DebugInfo* );
68 /* Notify the module of the disappearance of a DebugInfo (also called
70 extern void VG_(redir_notify_delete_DebugInfo)( const DebugInfo* );
H A Dpub_core_debuginfo.h200 /* Functions for traversing all the symbols in a DebugInfo. _howmany
207 Int VG_(DebugInfo_syms_howmany) ( const DebugInfo *di );
208 void VG_(DebugInfo_syms_getidx) ( const DebugInfo *di,
H A Dm_redir.c73 That calls VG_(redir_notify_new_DebugInfo) when a new DebugInfo
179 When a new DebugInfo appears:
185 DebugInfo to find new specs. Each of these needs to be compared
189 - (existing Specs x new DebugInfo): scan all symbols in the
190 DebugInfo, trying to match them to any existing specs, also
193 - (new Specs x new DebugInfo): scan all symbols in the new
194 DebugInfo, trying to match them against the new specs, to
206 When a DebugInfo disappears:
252 /* Top-level data structure. It contains a pointer to a DebugInfo and
253 also a list of the specs harvested from that DebugInfo
[all...]
/external/valgrind/include/
H A Dpub_tool_debuginfo.h3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
52 DebugInfo they correspond to is discarded. This is the case for
247 typedef struct _DebugInfo DebugInfo; typedef in typeref:struct:_DebugInfo
249 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
251 DebugInfo* VG_(find_DebugInfo) ( Addr a );
254 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
255 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
256 Addr VG_(DebugInfo_get_bss_avma) ( const DebugInfo *di );
257 SizeT VG_(DebugInfo_get_bss_size) ( const DebugInfo *di );
258 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *d
[all...]
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMakefile12 LINK_COMPONENTS = $(TARGETS_TO_BUILD) DebugInfo MC MCParser MCDisassembler \
/external/swiftshader/third_party/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);
H A DJITDebugRegisterer.cpp67 std::string JITDebugRegisterer::MakeELF(const Function *F, DebugInfo &I) {
132 void JITDebugRegisterer::RegisterFunction(const Function *F, DebugInfo &I) {
/external/swiftshader/third_party/LLVM/lib/
H A DMakefile14 Target ExecutionEngine Linker MC Object DebugInfo
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethodImplementation.java37 import org.jf.dexlib2.dexbacked.util.DebugInfo;
126 private DebugInfo getDebugInfo() {
130 return DebugInfo.newOrEmpty(dexFile, 0, this);
134 return DebugInfo.newOrEmpty(dexFile, 0, this);
138 return DebugInfo.newOrEmpty(dexFile, 0, this);
140 return DebugInfo.newOrEmpty(dexFile, debugOffset, this);
/external/v8/src/debug/
H A Ddebug.h70 static BreakLocation FromFrame(Handle<DebugInfo> debug_info,
73 static void AllAtCurrentStatement(Handle<DebugInfo> debug_info,
87 bool HasBreakPoint(Handle<DebugInfo> debug_info) const;
101 static int BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
120 Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code);
142 explicit BreakIterator(Handle<DebugInfo> debug_info);
148 Handle<DebugInfo> debug_info_;
160 explicit CodeBreakIterator(Handle<DebugInfo> debug_info);
192 explicit BytecodeArrayBreakIterator(Handle<DebugInfo> debug_info);
218 explicit DebugInfoListNode(DebugInfo* debug_inf
[all...]
H A Ddebug.cc57 BreakLocation BreakLocation::FromFrame(Handle<DebugInfo> debug_info,
68 void BreakLocation::AllAtCurrentStatement(Handle<DebugInfo> debug_info,
89 int BreakLocation::BreakIndexFromCodeOffset(Handle<DebugInfo> debug_info,
109 bool BreakLocation::HasBreakPoint(Handle<DebugInfo> debug_info) const {
129 Handle<DebugInfo> debug_info, Handle<AbstractCode> abstract_code) {
141 BreakIterator::BreakIterator(Handle<DebugInfo> debug_info)
171 CodeBreakIterator::CodeBreakIterator(Handle<DebugInfo> debug_info)
263 Handle<DebugInfo> debug_info)
409 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
413 Handle<DebugInfo>
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DDebugInfo.java52 public abstract class DebugInfo implements Iterable<DebugItem> { class in inherits:Iterable
69 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset,
77 private static class EmptyDebugInfo extends DebugInfo {
95 private static class DebugInfoImpl extends DebugInfo {
/external/valgrind/drd/
H A Ddrd_error.h92 DebugInfo* debuginfo; // Segment
/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer.cc278 DebugInfo(x_root), DebugInfo(y_root));
341 string debug_info = DebugInfo(node_root);
405 DataTypeVectorString(node->input_types()), DebugInfo(node_root));
457 string DebugInfo(const int node_root) { function in class:tensorflow::__anon26179::ColocationGraph
/external/valgrind/callgrind/
H A Dfn.c229 obj_node* new_obj_node(DebugInfo* di, obj_node* next)
264 obj_node* CLG_(get_obj_node)(DebugInfo* di)
413 fn_node* get_fn_node_inseg(DebugInfo* di,
430 DebugInfo** pDebugInfo)
491 DebugInfo* di;

Completed in 505 milliseconds

123