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

/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
62 public static DebugInfo newOrEmpty(@Nonnull DexBackedDexFile dexFile, int debugInfoOffset,
70 private static class EmptyDebugInfo extends DebugInfo {
79 private static class DebugInfoImpl extends DebugInfo {
/external/valgrind/include/
H A Dpub_tool_debuginfo.h3 /*--- DebugInfo. pub_tool_debuginfo.h ---*/
61 persistent. They will be freed when the DebugInfo they belong to
213 typedef struct _DebugInfo DebugInfo; typedef in typeref:struct:_DebugInfo
215 /* Returns NULL if the DebugInfo isn't found. It doesn't matter if
217 DebugInfo* VG_(find_DebugInfo) ( Addr a );
220 Addr VG_(DebugInfo_get_text_avma) ( const DebugInfo *di );
221 SizeT VG_(DebugInfo_get_text_size) ( const DebugInfo *di );
222 Addr VG_(DebugInfo_get_bss_avma) ( const DebugInfo *di );
223 SizeT VG_(DebugInfo_get_bss_size) ( const DebugInfo *di );
224 Addr VG_(DebugInfo_get_plt_avma) ( const DebugInfo *d
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/
H A Dmiddleware.py135 the ``debugcount`` variable to a ``DebugInfo`` object (or gives an
341 debug_info = DebugInfo(count, exc_info, exc_data, base_path,
370 class DebugInfo(object): class in inherits:object
/external/clang/lib/CodeGen/
H A DCodeGenModule.h305 CGDebugInfo* DebugInfo; member in class:clang::CodeGen::CodeGenModule
593 CGDebugInfo *getModuleDebugInfo() { return DebugInfo; }
H A DCodeGenFunction.h855 CGDebugInfo *DebugInfo; member in class:clang::CodeGen::CodeGenFunction
1032 return DebugInfo;
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp95 struct DebugInfo { struct
819 DIType DebugInfo::getDoubleTy() {
827 void DebugInfo::emitLocation(ExprAST *AST) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp329 DWARFDebugInfo* info = DebugInfo();
363 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_info.offset, NULL);
391 // const DWARFDebugInfoEntry *die = DebugInfo()->GetDIEPtr(die_offset, NULL);
828 SymbolFileDWARF::DebugInfo() function in class:SymbolFileDWARF
846 SymbolFileDWARF::DebugInfo() const function in class:SymbolFileDWARF
854 DWARFDebugInfo* info = DebugInfo();
967 DebugInfo()->GetCompileUnit(dwarf_cu->GetOffset(), &cu_idx);
983 DWARFDebugInfo* info = DebugInfo();
993 DWARFDebugInfo* info = DebugInfo();
2242 DWARFDebugInfo* debug_info = DebugInfo();
[all...]
/external/v8/src/
H A Dobjects.h140 // - DebugInfo
537 V(DEBUG_INFO, DebugInfo, debug_info) \
10570 // The DebugInfo class holds additional information for a function being
10572 class DebugInfo: public Struct { class in class:v8::internal::String::FlatContent
10589 static void ClearBreakPoint(Handle<DebugInfo> debug_info,
10593 static void SetBreakPoint(Handle<DebugInfo> debug_info, int code_position,
10599 static Object* FindBreakPointInfo(Handle<DebugInfo> debug_info,
10604 DECLARE_CAST(DebugInfo)
10607 DECLARE_PRINTER(DebugInfo)
10608 DECLARE_VERIFIER(DebugInfo)
[all...]

Completed in 432 milliseconds