| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 75 dwarf::DwarfFormat Format; 99 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat() 103 static uint8_t getHeaderSize(dwarf::DwarfFormat Format) { in getHeaderSize() 105 case dwarf::DwarfFormat::DWARF32: in getHeaderSize() 107 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 | DWARFDebugAddr.h | 27 dwarf::DwarfFormat Format; 76 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat()
|
| H A D | DWARFExpression.h | 103 std::optional<dwarf::DwarfFormat> Format); 141 std::optional<dwarf::DwarfFormat> Format = std::nullopt) 173 std::optional<dwarf::DwarfFormat> Format;
|
| 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 | DWARFUnit.h | 87 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() 187 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; 190 uint8_t Version, dwarf::DwarfFormat Format) in StrOffsetsContributionDescriptor() 195 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat() 327 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat()
|
| H A D | DWARFDebugPubTable.h | 50 dwarf::DwarfFormat Format;
|
| H A D | DWARFDebugArangeSet.h | 30 dwarf::DwarfFormat Format;
|
| H A D | DWARFDebugMacro.h | 65 dwarf::DwarfFormat getDwarfFormat() const;
|
| H A D | DWARFFormValue.h | 58 dwarf::DwarfFormat Format =
|
| H A D | DWARFAcceleratorTable.h | 241 dwarf::DwarfFormat Format;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 91 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum 660 StringRef FormatString(DwarfFormat Format); 718 inline uint8_t getDwarfOffsetByteSize(DwarfFormat Format) { in getDwarfOffsetByteSize() 720 case DwarfFormat::DWARF32: in getDwarfOffsetByteSize() 722 case DwarfFormat::DWARF64: in getDwarfOffsetByteSize() 734 DwarfFormat Format; 757 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize() 759 case DwarfFormat::DWARF32: in getUnitLengthFieldByteSize() 761 case DwarfFormat::DWARF64: in getUnitLengthFieldByteSize()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 55 dwarf::DwarfFormat Format; 85 dwarf::DwarfFormat Format; 111 dwarf::DwarfFormat Format; 140 dwarf::DwarfFormat Format; 162 dwarf::DwarfFormat Format; 171 dwarf::DwarfFormat Format; 201 dwarf::DwarfFormat Format; 383 template <> struct ScalarEnumerationTraits<dwarf::DwarfFormat> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 384 static void enumeration(IO &IO, dwarf::DwarfFormat &Format) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 50 dwarf::DwarfFormat Format = dwarf::DwarfFormat::DWARF32;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.cpp | 16 std::pair<uint64_t, dwarf::DwarfFormat> 24 dwarf::DwarfFormat Format = dwarf::DWARF32; in getInitialLength()
|
| H A D | DWARFUnit.cpp | 1112 llvm::dwarf::DwarfFormat Format, in parseDWARFStringOffsetsTableHeader() 1116 case dwarf::DwarfFormat::DWARF64: { in parseDWARFStringOffsetsTableHeader() 1125 case dwarf::DwarfFormat::DWARF32: { in parseDWARFStringOffsetsTableHeader() 1163 Offset += Header.getFormat() == dwarf::DwarfFormat::DWARF32 ? 8 : 16; in determineStringOffsetsTableContributionDWO()
|
| H A D | DWARFDebugMacro.cpp | 23 DwarfFormat DWARFDebugMacro::MacroHeader::getDwarfFormat() const { in getDwarfFormat()
|
| H A D | DWARFAcceleratorTable.cpp | 117 dwarf::FormParams FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in readAtoms() 166 dwarf::FormParams FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in dumpName() 270 dwarf::DwarfFormat::DWARF32}; in extract()
|
| H A D | DWARFExpression.cpp | 121 std::optional<DwarfFormat> Format) { in extract()
|
| H A D | DWARFDebugFrame.cpp | 1044 DwarfFormat Format; in parse()
|
| H A D | DWARFVerifier.cpp | 137 DwarfFormat Format; in verifyUnitHeader()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 234 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32; variable 824 void setDwarfFormat(dwarf::DwarfFormat f) { DwarfFormat = f; } in setDwarfFormat() 825 dwarf::DwarfFormat getDwarfFormat() const { return DwarfFormat; } in getDwarfFormat()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 50 auto DwarfFormat = S.getContext().getDwarfFormat(); in emitListsTableHeaderStart() local 51 if (DwarfFormat == dwarf::DWARF64) { in emitListsTableHeaderStart() 57 dwarf::getDwarfOffsetByteSize(DwarfFormat)); in emitListsTableHeaderStart() 1574 dwarf::DwarfFormat Format = IsEH ? dwarf::DWARF32 : context.getDwarfFormat(); in EmitCIE() 1703 dwarf::DwarfFormat Format = IsEH ? dwarf::DWARF32 : context.getDwarfFormat(); in EmitFDE()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | DWARFEmitter.cpp | 71 static void writeInitialLength(const dwarf::DwarfFormat Format, in writeInitialLength() 82 static void writeDWARFOffset(uint64_t Offset, dwarf::DwarfFormat Format, in writeDWARFOffset()
|
| /openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 791 StringRef llvm::dwarf::FormatString(DwarfFormat Format) { in FormatString()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFUnit.cpp | 457 DwarfFormat format) { in ParseListTableHeader()
|