| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 76 dwarf::DwarfFormat Format; 100 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() 104 static uint8_t getHeaderSize(dwarf::DwarfFormat Format) { in getHeaderSize() 106 case dwarf::DwarfFormat::DWARF32: in getHeaderSize() 108 case dwarf::DwarfFormat::DWARF64: in getHeaderSize() 125 dwarf::DwarfFormat Format, in getOffsetEntry() 180 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat()
|
| H A D | DWARFExpression.h | 95 Optional<dwarf::DwarfFormat> Format); 140 Optional<dwarf::DwarfFormat> Format = None) 165 Optional<dwarf::DwarfFormat> Format;
|
| H A D | DWARFDebugAddr.h | 30 dwarf::DwarfFormat Format; 79 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat()
|
| H A D | DWARFUnit.h | 84 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() 184 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; 187 uint8_t Version, dwarf::DwarfFormat Format) in StrOffsetsContributionDescriptor() 192 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() 293 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat()
|
| H A D | DWARFDataExtractor.h | 53 std::pair<uint64_t, dwarf::DwarfFormat> 56 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength()
|
| H A D | DWARFDebugPubTable.h | 49 dwarf::DwarfFormat Format;
|
| H A D | DWARFDebugArangeSet.h | 29 dwarf::DwarfFormat Format;
|
| H A D | DWARFDebugMacro.h | 63 dwarf::DwarfFormat getDwarfFormat() const;
|
| H A D | DWARFFormValue.h | 58 dwarf::DwarfFormat Format =
|
| H A D | DWARFAcceleratorTable.h | 240 dwarf::DwarfFormat Format;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 92 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum 577 StringRef FormatString(DwarfFormat Format); 635 inline uint8_t getDwarfOffsetByteSize(DwarfFormat Format) { in getDwarfOffsetByteSize() 637 case DwarfFormat::DWARF32: in getDwarfOffsetByteSize() 639 case DwarfFormat::DWARF64: in getDwarfOffsetByteSize() 651 DwarfFormat Format; 671 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() 673 case DwarfFormat::DWARF32: in getUnitLengthFieldByteSize() 675 case DwarfFormat::DWARF64: in getUnitLengthFieldByteSize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 54 dwarf::DwarfFormat Format; 84 dwarf::DwarfFormat Format; 110 dwarf::DwarfFormat Format; 139 dwarf::DwarfFormat Format; 161 dwarf::DwarfFormat Format; 170 dwarf::DwarfFormat Format; 200 dwarf::DwarfFormat Format; 382 template <> struct ScalarEnumerationTraits<dwarf::DwarfFormat> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 383 static void enumeration(IO &IO, dwarf::DwarfFormat &Format) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 210 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32; variable 782 void setDwarfFormat(dwarf::DwarfFormat f) { DwarfFormat = f; } in setDwarfFormat() 783 dwarf::DwarfFormat getDwarfFormat() const { return DwarfFormat; } in getDwarfFormat()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 14 std::pair<uint64_t, dwarf::DwarfFormat> 22 dwarf::DwarfFormat Format = dwarf::DWARF32; in getInitialLength()
|
| H A D | DWARFUnit.cpp | 310 DwarfFormat Format) { in parseListTableHeader() 864 llvm::dwarf::DwarfFormat Format, in parseDWARFStringOffsetsTableHeader() 868 case dwarf::DwarfFormat::DWARF64: { in parseDWARFStringOffsetsTableHeader() 877 case dwarf::DwarfFormat::DWARF32: { in parseDWARFStringOffsetsTableHeader() 915 Offset += Header.getFormat() == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in determineStringOffsetsTableContributionDWO()
|
| H A D | DWARFDebugMacro.cpp | 20 DwarfFormat DWARFDebugMacro::MacroHeader::getDwarfFormat() const { in getDwarfFormat()
|
| H A D | DWARFAcceleratorTable.cpp | 118 dwarf::FormParams FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in readAtoms() 167 dwarf::FormParams FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in dumpName() 271 dwarf::DwarfFormat::DWARF32}; in extract()
|
| H A D | DWARFExpression.cpp | 122 Optional<DwarfFormat> Format) { in extract()
|
| H A D | DWARFDebugFrame.cpp | 998 DwarfFormat Format; in parse()
|
| H A D | DWARFVerifier.cpp | 117 DwarfFormat Format; in verifyUnitHeader()
|
| H A D | DWARFContext.cpp | 164 dwarf::DwarfFormat Format = Contribution->getFormat(); in dumpStringOffsetsSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 51 auto DwarfFormat = S.getContext().getDwarfFormat(); in emitListsTableHeaderStart() local 52 if (DwarfFormat == dwarf::DWARF64) { in emitListsTableHeaderStart() 58 dwarf::getDwarfOffsetByteSize(DwarfFormat)); in emitListsTableHeaderStart() 1582 dwarf::DwarfFormat Format = IsEH ? dwarf::DWARF32 : context.getDwarfFormat(); in EmitCIE() 1709 dwarf::DwarfFormat Format = IsEH ? dwarf::DWARF32 : context.getDwarfFormat(); in EmitFDE()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 104 dwarf::DwarfFormat Format = dwarf::DwarfFormat::DWARF32;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 790 StringRef llvm::dwarf::FormatString(DwarfFormat Format) { in FormatString()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 70 static void writeInitialLength(const dwarf::DwarfFormat Format, in writeInitialLength() 81 static void writeDWARFOffset(uint64_t Offset, dwarf::DwarfFormat Format, in writeDWARFOffset()
|