HomeSort by relevance Sort by last modified time
    Searched full:debuginfo (Results 76 - 100 of 415) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/DebugInfo/DWARF/
LLVMBuild.txt 1 ;===- ./lib/DebugInfo/DWARF/LLVMBuild.txt ----------------------*- Conf -*--===;
21 parent = DebugInfo
DWARFDebugAranges.cpp 10 #include "llvm/DebugInfo/DWARF/DWARFDebugAranges.h"
11 #include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h"
12 #include "llvm/DebugInfo/DWARF/DWARFContext.h"
13 #include "llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h"
  /external/llvm/lib/DebugInfo/
LLVMBuild.txt 1 ;===- ./lib/DebugInfo/LLVMBuild.txt ----------------------------*- Conf -*--===;
23 name = DebugInfo
  /external/llvm/lib/DebugInfo/PDB/
LLVMBuild.txt 1 ;===- ./lib/DebugInfo/PDB/LLVMBuild.txt ------------------------*- Conf -*--===;
21 parent = DebugInfo
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 73 private DebugInfoItem debugInfo;
106 this.debugInfo = null;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
122 byteData.add(debugInfo);
183 if (debugInfo != null) {
186 debugInfo.debugPrint(out, prefix2);
241 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
284 if (debugInfo != null) {
286 debugInfo.annotateTo(file, out, " ")
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 64 private DebugInfoItem debugInfo;
97 this.debugInfo = null;
112 debugInfo = new DebugInfoItem(code, isStatic, ref);
113 byteData.add(debugInfo);
174 if (debugInfo != null) {
177 debugInfo.debugPrint(out, prefix2);
232 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
275 if (debugInfo != null) {
277 debugInfo.annotateTo(file, out, " ")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CodeItem.java 73 private DebugInfoItem debugInfo;
106 this.debugInfo = null;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
122 byteData.add(debugInfo);
183 if (debugInfo != null) {
186 debugInfo.debugPrint(out, prefix2);
241 int debugOff = (debugInfo == null) ? 0 : debugInfo.getAbsoluteOffset();
284 if (debugInfo != null) {
286 debugInfo.annotateTo(file, out, " ")
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c 5 /*--- debuginfo.c ---*/
70 should-we-load-debuginfo-now? finite state machine. */
79 debuginfo reading confusing. Recently I arrived at some
81 kinds of address used in the debuginfo reading process:
118 static DebugInfo* debugInfo_list = NULL;
124 in some DebugInfo-search-intensive situations, most notably stack
126 static void move_DebugInfo_one_step_forward ( DebugInfo* di )
128 DebugInfo *di0, *di1, *di2;
143 DebugInfo* tmp;
175 /* Allocate and zero out a new DebugInfo record. *
    [all...]
priv_storage.h 37 /* See comment at top of debuginfo.c for explanation of
59 in DebugInfo::strpool.
499 const HChar* name; /* in DebugInfo.strpool */
501 const GExpr* gexpr; /* on DebugInfo.gexprs list */
504 in DebugInfo.fndnpool */
512 /* --------------------- DEBUGINFO --------------------- */
606 lifetime of the DebugInfo as possible -- at the point when it is
616 /* The "decide when it is time to read debuginfo" state machine.
675 They are checked after a successful read of debuginfo into
676 a DebugInfo*, in check_CFSI_related_invariants
    [all...]
  /external/llvm/test/DebugInfo/PDB/Inputs/
empty.pdb 66 . /0 5 /0 467b.type_e?8moduleAttribute .type? 2name? 2version?? 2 uuid? tlcid? 0control?? 2helpstring??? thelpstringcontext 2 helpstringdll 2$helpfile? t(helpcontext?? 0,hidden??? 0-restricted??? 20custom??? 24resource_name^98__vc_attributes::moduleAttribute.?AUmoduleAttribute@__vc_attributes@@????eAnyUsageeCoClassUsageeCOMInterfaceUsage???eInterfaceUsage??eMemberUsage?eMethodUsage? eInterfaceMethodUsage@eInterfaceMemberUsage?eCoClassMemberUsage??eCoClassMethodUsage??eGlobalMethodUsage???eGlobalDataUsage?eClassUsage??eInterfaceParameterUsage?0eMethodParameterUsage@eIDLModuleUsage????eAnonymousUsage?eTypedefUsage?eUnionUsage???eEnumUsage????eDefineTagUsage???eStructUsage?? eLocalUsage??? ?18?????????????????? ??????![??,???:??Bl??J`??.d:\src\llvm\test\DebugInfo\PDB\Inputs??JC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\cl.exe??empty.cpp??6d:\src\llvm\test\DebugInfo\PDB\Inputs\vc120.pdb?-Zi -MT -I"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE" -I"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\ATLMFC\INCLUDE" -I"C:\Program Files (x86)\Windows Kits\8.1\include\shared" -I"C:\Program Files (x86)\Windows??
72  ???.1??T 5VA???I?o????/?A?26d:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj:< }y}yMicrosoft (R) Optimizing Compiler*?
76 $????V??? >??)??&???8L* Linker *.< }yMicrosoft (R) LINK?=cwdd:\src\llvm\test\DebugInfo\PDB\InputsexeC:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.exepdbd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.pdb,6  `.text7 `.text$mn (…)
    [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 26 #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
27 #include "llvm/DebugInfo/PDB/IPDBRawSymbol.h"
28 #include "llvm/DebugInfo/PDB/IPDBSession.h"
29 #include "llvm/DebugInfo/PDB/PDB.h"
30 #include "llvm/DebugInfo/PDB/PDBSymbolCompiland.h"
31 #include "llvm/DebugInfo/PDB/PDBSymbolData.h"
32 #include "llvm/DebugInfo/PDB/PDBSymbolExe.h"
33 #include "llvm/DebugInfo/PDB/PDBSymbolFunc.h"
34 #include "llvm/DebugInfo/PDB/PDBSymbolThunk.h"
  /external/llvm/
Android.mk 22 lib/DebugInfo/DWARF \
23 lib/DebugInfo/PDB \
  /external/llvm/test/DebugInfo/X86/
aligned_stack_var.ll 34 !6 = !MDFile(filename: "test.cc", directory: "/home/samsonov/debuginfo")
42 !14 = !MDFile(filename: "test.cc", directory: "/home/samsonov/debuginfo")
  /frameworks/compile/slang/lit-tests/
README 12 - Android version of llvm-lit (currently in libbcc/tests/debuginfo)
33 $ ../../libbcc/tests/debuginfo/llvm-lit .
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFCompileUnit.h 13 #include "llvm/DebugInfo/DWARF/DWARFUnit.h"
DWARFSection.h 13 #include "llvm/DebugInfo/DWARF/DWARFRelocMap.h"
DWARFTypeUnit.h 13 #include "llvm/DebugInfo/DWARF/DWARFUnit.h"
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIADataStream.h 14 #include "llvm/DebugInfo/PDB/IPDBDataStream.h"
DIAEnumDebugStreams.h 14 #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
DIAEnumLineNumbers.h 14 #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
DIAEnumSourceFiles.h 14 #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
DIAEnumSymbols.h 14 #include "llvm/DebugInfo/PDB/IPDBEnumChildren.h"
DIALineNumber.h 14 #include "llvm/DebugInfo/PDB/IPDBLineNumber.h"
DIASession.h 15 #include "llvm/DebugInfo/PDB/IPDBSession.h"
DIASourceFile.h 14 #include "llvm/DebugInfo/PDB/IPDBSourceFile.h"

Completed in 1262 milliseconds

1 2 34 5 6 7 8 91011>>