| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dwarf.h | 65 class Dwarf 68 Dwarf (Stabs *_stabs); 69 ~Dwarf ();
|
| Stabs.h | 41 class Dwarf; 140 Dwarf *dwarf; member in class:Stabs 147 // Interface with dwarf 148 Dwarf *openDwarf();
|
| DwarfLib.h | 85 int segment_selector_size; // DWARF 5 133 DwrLineRegs (Dwarf *_dwarf, DwrSec *_secp, char *dirName); 149 Dwarf *dwarf; member in class:DwrLineRegs 299 DwrCU (Dwarf *_dwarf); 349 Dwarf *dwarf; member in class:DwrCU
|
| Makefile.am | 44 Dwarf.cc \
|
| Dwarf.cc | 26 #include "Dwarf.h" 362 // class Dwarf 363 Dwarf::Dwarf (Stabs *_stabs) 398 Dwarf::~Dwarf () 404 Dwarf::dwrGetSec (const char *sec_name) 602 Dwarf::archive_Dwarf (LoadObject *lo) 676 Dwarf::srcline_Dwarf (Module *module) 685 Dwarf::get_ranges (uint64_t offset [all...] |
| DwarfLib.cc | 25 #include "Dwarf.h" 1145 DwrLineRegs::DwrLineRegs (Dwarf *_dwarf, DwrSec *secp, char *dirName) 1147 dwarf = _dwarf; 1289 nm = get_string (dwarf->debug_line_strSec, off); 1291 nm = get_string (dwarf->debug_strSec, off); 1293 nm = get_string (dwarf->debug_alt_strSec, off); 1541 DwrCU::DwrCU (Dwarf *_dwarf) 1543 dwarf = _dwarf; 1550 cu_offset = dwarf->debug_infoSec->offset; 1551 debug_infoSec = new DwrSec (dwarf->debug_infoSec, cu_offset) [all...] |
| Stabs.cc | 26 #include "Dwarf.h" 179 dwarf = NULL; 242 delete dwarf; 361 // read Dwarf, if any sections found 362 if (elfDbg->dwarf && readDwarf) 365 if (dwarf && dwarf->status == DBGD_ERR_NONE) 1295 // Dwarf subprograms may only have plain (non-linker) names 1372 if (elfDbg->dwarf) 1421 if (dwarf && dwarf->status == DBGD_ERR_NONE [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dwarf.h | 65 class Dwarf 68 Dwarf (Stabs *_stabs); 69 ~Dwarf ();
|
| Stabs.h | 41 class Dwarf; 140 Dwarf *dwarf; member in class:Stabs 147 // Interface with dwarf 148 Dwarf *openDwarf();
|
| DwarfLib.h | 85 int segment_selector_size; // DWARF 5 133 DwrLineRegs (Dwarf *_dwarf, DwrSec *_secp, char *dirName); 149 Dwarf *dwarf; member in class:DwrLineRegs 299 DwrCU (Dwarf *_dwarf); 349 Dwarf *dwarf; member in class:DwrCU
|
| Makefile.am | 44 Dwarf.cc \
|
| Dwarf.cc | 26 #include "Dwarf.h" 362 // class Dwarf 363 Dwarf::Dwarf (Stabs *_stabs) 398 Dwarf::~Dwarf () 404 Dwarf::dwrGetSec (const char *sec_name) 602 Dwarf::archive_Dwarf (LoadObject *lo) 676 Dwarf::srcline_Dwarf (Module *module) 685 Dwarf::get_ranges (uint64_t offset [all...] |
| DwarfLib.cc | 25 #include "Dwarf.h" 1145 DwrLineRegs::DwrLineRegs (Dwarf *_dwarf, DwrSec *secp, char *dirName) 1147 dwarf = _dwarf; 1289 nm = get_string (dwarf->debug_line_strSec, off); 1291 nm = get_string (dwarf->debug_strSec, off); 1293 nm = get_string (dwarf->debug_alt_strSec, off); 1541 DwrCU::DwrCU (Dwarf *_dwarf) 1543 dwarf = _dwarf; 1550 cu_offset = dwarf->debug_infoSec->offset; 1551 debug_infoSec = new DwrSec (dwarf->debug_infoSec, cu_offset) [all...] |
| Stabs.cc | 26 #include "Dwarf.h" 179 dwarf = NULL; 242 delete dwarf; 361 // read Dwarf, if any sections found 362 if (elfDbg->dwarf && readDwarf) 365 if (dwarf && dwarf->status == DBGD_ERR_NONE) 1295 // Dwarf subprograms may only have plain (non-linker) names 1372 if (elfDbg->dwarf) 1421 if (dwarf && dwarf->status == DBGD_ERR_NONE [all...] |
| /src/external/apache2/llvm/lib/libLLVMBinaryFormat/ |
| Makefile | 10 Dwarf.cpp \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
| DWARFLinker.h | 15 #include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h" 16 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 27 Dwarf, ///< DWARF v5 .debug_names. 28 Default, ///< Dwarf for DWARF5 or later, Apple otherwise. 120 /// Emit DWARF debug names. 179 /// \p Dwarf and offsetting them. Update the location attributes to point to 182 const CompileUnit &Unit, DWARFContext &Dwarf, 189 /// As a side effect, this also switches the current Dwarf version 212 /// this class represents DWARF information for source fil [all...] |
| DWARFStreamer.h | 39 /// The Dwarf streaming logic. 59 /// the MC Dwarf version to \p DwarfVersion. 65 /// As a side effect, this also switches the current Dwarf version 104 /// \p Dwarf and offsetting them. Update the location attributes to point to 107 const CompileUnit &Unit, DWARFContext &Dwarf, 136 /// Emit DWARF debug names. 188 /// The output file we stream the linked Dwarf to.
|
| /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
| DWARFLinker.cpp | 16 #include "llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h" 17 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 18 #include "llvm/DebugInfo/DWARF/DWARFDataExtractor.h" 19 #include "llvm/DebugInfo/DWARF/DWARFDebugLine.h" 20 #include "llvm/DebugInfo/DWARF/DWARFDebugRangeList.h" 21 #include "llvm/DebugInfo/DWARF/DWARFDie.h" 22 #include "llvm/DebugInfo/DWARF/DWARFFormValue.h" 23 #include "llvm/DebugInfo/DWARF/DWARFSection.h" 24 #include "llvm/DebugInfo/DWARF/DWARFUnit.h" 44 static uint64_t getDebugInfoSize(DWARFContext &Dwarf) { [all...] |
| DWARFStreamer.cpp | 13 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 33 StringRef Context = "dwarf streamer init"; 124 /// A Dwarf 4 section header is encoded as: 131 /// A Dwarf 5 section header is encoded as: 153 Asm->emitInt8(dwarf::DW_UT_compile); 172 /// for the linked Dwarf file. 373 sizeof(int16_t) + // DWARF ARange version number 383 Asm->emitInt16(dwarf::DW_ARANGES_VERSION); // Version number 429 const CompileUnit &Unit, DWARFContext &Dwarf, 442 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection() [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfDebug.h | 1 //===- llvm/CodeGen/DwarfDebug.h - Dwarf Debug Framework --------*- C++ -*-===// 9 // This file contains support for writing dwarf debug info into asm files. 30 #include "llvm/BinaryFormat/Dwarf.h" 187 // Translate tag to proper Dwarf tag. 188 dwarf::Tag getTag() const { 191 return dwarf::DW_TAG_formal_parameter; 193 return dwarf::DW_TAG_variable; 249 /// Translate tag to proper Dwarf tag. 250 dwarf::Tag getTag() const { 251 return dwarf::DW_TAG_label [all...] |
| DwarfDebug.cpp | 1 //===- llvm/CodeGen/DwarfDebug.cpp - Dwarf Debug Framework ----------------===// 9 // This file contains support for writing dwarf debug info into asm files. 34 #include "llvm/DebugInfo/DWARF/DWARFExpression.h" 35 #include "llvm/DebugInfo/DWARF/DWARFDataExtractor.h" 71 "use-dwarf-ranges-base-address-specifier", cl::Hidden, 76 cl::desc("Generate dwarf aranges"), 85 "split-dwarf-cross-cu-references", cl::Hidden, 98 "accel-tables", cl::Hidden, cl::desc("Output dwarf accelerator tables."), 103 clEnumValN(AccelTableKind::Dwarf, "Dwarf", "DWARF")) [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| dsymutil.cpp | 27 #include "llvm/DebugInfo/DWARF/DWARFContext.h" 28 #include "llvm/DebugInfo/DWARF/DWARFVerifier.h" 129 sys::path::append(BundlePath, "Contents", "Resources", "DWARF"); 202 if (S == "Dwarf") 203 return AccelTableKind::Dwarf; 210 "'. Support values are 'Apple', 'Dwarf', 'Pub' and 'Default'.", 381 sys::path::append(Bundle, "Contents", "Resources", "DWARF"); 406 os << "Verifying DWARF for architecture: " << Arch << "\n"; 443 return OutputLocation{"a.out.dwarf", {}}; 444 return OutputLocation((InputFile + ".dwarf").str()) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| dwarf.exp | 16 # Return true if the target supports DWARF-2 and uses gas. 440 # A DWARF assembler. 449 # module automatically generates a function for each DWARF tag. For 457 # versions of Tcl or DWARF add more conflicts, this list will grow. 475 # Besides DWARF standard attributes, assembler supports 'macro' attribute 495 # for DWARF version >= 4, and VALUE is passed to the (internal) 501 # looked up as a DWARF constant, and DW_FORM_sdata is used. For 519 namespace eval Dwarf { 656 # DWARF name-matching regexp. 1141 # This allows us to emit 64-bit dwarf fo [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| dwarf.exp | 16 # Return true if the target supports DWARF-2 and uses gas. 443 # A DWARF assembler. 452 # module automatically generates a function for each DWARF tag. For 460 # versions of Tcl or DWARF add more conflicts, this list will grow. 478 # Besides DWARF standard attributes, assembler supports 'macro' attribute 498 # for DWARF version >= 4, and VALUE is passed to the (internal) 504 # looked up as a DWARF constant, and DW_FORM_sdata is used. For 522 namespace eval Dwarf { 662 # DWARF name-matching regexp. 1197 # This allows us to emit 64-bit dwarf fo [all...] |