Home
last modified time | relevance | path

Searched refs:DwarfFormat (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/llvm/unittests/CodeGen/
DAsmPrinterDwarfTest.cpp29 dwarf::DwarfFormat DwarfFormat) { in setupTestPrinter() argument
31 TestAsmPrinter::create(TripleStr, DwarfVersion, DwarfFormat); in setupTestPrinter()
38 dwarf::DwarfFormat DwarfFormat) { in init() argument
39 setupTestPrinter(TripleStr, DwarfVersion, DwarfFormat); in init()
49 dwarf::DwarfFormat DwarfFormat) { in init() argument
50 if (!AsmPrinterFixtureBase::init(TripleStr, DwarfVersion, DwarfFormat)) in init()
135 dwarf::DwarfFormat DwarfFormat) { in init() argument
136 if (!AsmPrinterFixtureBase::init(TripleStr, DwarfVersion, DwarfFormat)) in init()
199 dwarf::DwarfFormat DwarfFormat) { in init() argument
200 if (!AsmPrinterFixtureBase::init(TripleStr, DwarfVersion, DwarfFormat)) in init()
[all …]
DTestAsmPrinter.cpp33 dwarf::DwarfFormat DwarfFormat) { in create() argument
41 TestPrinter->init(TheTarget, TripleStr, DwarfVersion, DwarfFormat)) in create()
51 dwarf::DwarfFormat DwarfFormat) { in init() argument
75 MC->setDwarfFormat(DwarfFormat); in init()
DTestAsmPrinter.h61 uint16_t DwarfVersion, dwarf::DwarfFormat DwarfFormat);
69 dwarf::DwarfFormat DwarfFormat);
DDIETest.cpp22 std::tuple<unsigned, dwarf::DwarfFormat, dwarf::Form, unsigned>;
28 dwarf::DwarfFormat Format; in SetUp()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h76 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()
124 dwarf::DwarfFormat Format, in getOffsetEntry()
177 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat()
DDWARFDebugAddr.h30 dwarf::DwarfFormat Format;
79 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat()
DDWARFExpression.h95 Optional<dwarf::DwarfFormat> Format);
140 Optional<dwarf::DwarfFormat> Format = None)
163 Optional<dwarf::DwarfFormat> Format;
DDWARFDataExtractor.h53 std::pair<uint64_t, dwarf::DwarfFormat>
56 std::pair<uint64_t, dwarf::DwarfFormat> getInitialLength(Cursor &C) const { in getInitialLength()
DDWARFUnit.h84 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()
294 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat()
DDWARFDebugPubTable.h49 dwarf::DwarfFormat Format;
DDWARFDebugArangeSet.h29 dwarf::DwarfFormat Format;
DDWARFDebugMacro.h63 dwarf::DwarfFormat getDwarfFormat() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAddr.h47 dwarf::DwarfFormat Format;
72 case dwarf::DwarfFormat::DWARF32: in getHeaderSize()
74 case dwarf::DwarfFormat::DWARF64: in getHeaderSize()
DDWARFListTable.h80 dwarf::DwarfFormat Format;
104 dwarf::DwarfFormat getFormat() const { return Format; } in getFormat()
108 static uint8_t getHeaderSize(dwarf::DwarfFormat Format) { in getHeaderSize()
110 case dwarf::DwarfFormat::DWARF32: in getHeaderSize()
112 case dwarf::DwarfFormat::DWARF64: in getHeaderSize()
170 dwarf::DwarfFormat getFormat() const { return Header.getFormat(); } in getFormat()
DDWARFUnit.h80 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat()
175 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32};
178 uint8_t Version, dwarf::DwarfFormat Format) in StrOffsetsContributionDescriptor()
183 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat()
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h73 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
556 StringRef FormatString(DwarfFormat Format);
614 inline uint8_t getDwarfOffsetByteSize(DwarfFormat Format) { in getDwarfOffsetByteSize()
616 case DwarfFormat::DWARF32: in getDwarfOffsetByteSize()
618 case DwarfFormat::DWARF64: in getDwarfOffsetByteSize()
630 DwarfFormat Format;
650 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize()
652 case DwarfFormat::DWARF32: in getUnitLengthFieldByteSize()
654 case DwarfFormat::DWARF64: in getUnitLengthFieldByteSize()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.h181 LineTable(uint16_t Version, dwarf::DwarfFormat Format, uint8_t AddrSize,
233 dwarf::DwarfFormat Format;
307 addLineTable(dwarf::DwarfFormat DwarfFormat = dwarf::DwarfFormat::DWARF32);
DDWARFFormValueTest.cpp49 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createDataXFormValue()
60 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createULEBFormValue()
71 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createSLEBFormValue()
117 Data16.extractValue(DE16, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in TEST()
124 using ParamType = std::tuple<Form, uint16_t, uint8_t, DwarfFormat,
156 DwarfFormat Dwarf;
343 std::tuple<Form, ArrayRef<uint8_t>, DwarfFormat, StringRef>;
351 DwarfFormat Format;
DDWARFDataExtractorTest.cpp72 -> Expected<std::tuple<uint64_t, dwarf::DwarfFormat, uint64_t>> { in TEST()
76 dwarf::DwarfFormat Format; in TEST()
90 dwarf::DwarfFormat Format; in TEST()
DDwarfGenerator.cpp287 if (Format == DwarfFormat::DWARF64) { in writeDefaultPrologue()
303 Format == DwarfFormat::DWARF64 ? 8 : 4); in writeDefaultPrologue()
313 if (Format == DwarfFormat::DWARF64) { in writePrologue()
324 if (Format == DwarfFormat::DWARF64) in writePrologue()
575 dwarfgen::LineTable &dwarfgen::Generator::addLineTable(DwarfFormat Format) { in addLineTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h71 enum DwarfFormat : uint8_t { DWARF32, DWARF64 }; enum
541 DwarfFormat Format;
555 case DwarfFormat::DWARF32: in getDwarfOffsetByteSize()
557 case DwarfFormat::DWARF64: in getDwarfOffsetByteSize()
567 inline uint8_t getUnitLengthFieldByteSize(DwarfFormat Format) { in getUnitLengthFieldByteSize()
569 case DwarfFormat::DWARF32: in getUnitLengthFieldByteSize()
571 case DwarfFormat::DWARF64: in getUnitLengthFieldByteSize()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h54 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()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h191 dwarf::DwarfFormat DwarfFormat = dwarf::DWARF32; variable
709 void setDwarfFormat(dwarf::DwarfFormat f) { DwarfFormat = f; } in setDwarfFormat()
710 dwarf::DwarfFormat getDwarfFormat() const { return DwarfFormat; } in getDwarfFormat()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp14 std::pair<uint64_t, dwarf::DwarfFormat>
22 dwarf::DwarfFormat Format = dwarf::DWARF32; in getInitialLength()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFListTable.cpp27 Format = dwarf::DwarfFormat::DWARF32; in extract()
31 Format = dwarf::DwarfFormat::DWARF64; in extract()

12