HomeSort by: relevance | last modified time | path
    Searched refs:DwarfFormat (Results 1 - 25 of 25) sorted by relevancy

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

Completed in 39 milliseconds