Home
last modified time | relevance | path

Searched refs:FormParams (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp272 unsigned DIE::computeOffsetsAndAbbrevs(const dwarf::FormParams &FormParams, in computeOffsetsAndAbbrevs() argument
287 CUOffset += V.sizeOf(FormParams); in computeOffsetsAndAbbrevs()
296 Child.computeOffsetsAndAbbrevs(FormParams, AbbrevSet, CUOffset); in computeOffsetsAndAbbrevs()
333 unsigned DIEValue::sizeOf(const dwarf::FormParams &FormParams) const { in sizeOf()
339 return getDIE##T().sizeOf(FormParams, Form); in sizeOf()
426 unsigned DIEInteger::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument
429 dwarf::getFixedFormByteSize(Form, FormParams)) in sizeOf()
465 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument
473 return FormParams.getDwarfOffsetByteSize(); in sizeOf()
496 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf() argument
[all …]
H A DAsmPrinter.cpp4077 dwarf::FormParams AsmPrinter::getDwarfFormParams() const { in getDwarfFormParams()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h194 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
211 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
228 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
247 unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const;
264 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
283 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
305 unsigned sizeOf(const dwarf::FormParams &, dwarf::Form) const;
324 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
343 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
359 unsigned sizeOf(const dwarf::FormParams &FormParams, dwarf::Form Form) const;
[all …]
H A DAsmPrinter.h260 dwarf::FormParams getDwarfFormParams() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h54 dwarf::FormParams FormParams; variable
85 const dwarf::FormParams &getFormParams() const { return FormParams; } in getFormParams()
86 uint16_t getVersion() const { return FormParams.Version; } in getVersion()
87 dwarf::DwarfFormat getFormat() const { return FormParams.Format; } in getFormat()
88 uint8_t getAddressByteSize() const { return FormParams.AddrSize; } in getAddressByteSize()
89 uint8_t getRefAddrByteSize() const { return FormParams.getRefAddrByteSize(); } in getRefAddrByteSize()
91 return FormParams.getDwarfOffsetByteSize(); in getDwarfOffsetByteSize()
109 return dwarf::getUnitLengthFieldByteSize(FormParams.Format); in getUnitLengthFieldByteSize()
187 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; member
191 : Base(Base), Size(Size), FormParams({Version, 0, Format}) {} in StrOffsetsContributionDescriptor()
[all …]
H A DDWARFFormValue.h96 dwarf::FormParams FormParams,
101 dwarf::FormParams FormParams, const DWARFUnit *U) { in extractValue() argument
102 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue()
146 const dwarf::FormParams Params) const { in skipValue()
162 const dwarf::FormParams FormParams);
H A DDWARFDebugLine.h68 dwarf::FormParams FormParams; member
95 const dwarf::FormParams getFormParams() const { return FormParams; } in getFormParams()
96 uint16_t getVersion() const { return FormParams.Version; } in getVersion()
97 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize()
98 bool isDWARF64() const { return FormParams.Format == dwarf::DWARF64; } in isDWARF64()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp117 dwarf::FormParams FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in readAtoms() local
121 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
166 dwarf::FormParams FormParams = {Hdr.Version, 0, dwarf::DwarfFormat::DWARF32}; in dumpName() local
186 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
269 dwarf::FormParams FormParams = {AccelTable.Hdr.Version, 0, in extract() local
272 Atom.extractValue(AccelTable.AccelSection, Offset, FormParams); in extract()
627 dwarf::FormParams FormParams = {Hdr.Version, 0, Hdr.Format}; in getEntry() local
629 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
H A DDWARFDebugLine.cpp110 FormParams = dwarf::FormParams({0, 0, DWARF32}); in clear()
121 int OffsetDumpWidth = 2 * dwarf::getDwarfOffsetByteSize(FormParams.Format); in dump()
125 << " format: " << dwarf::FormatString(FormParams.Format) << "\n" in dump()
269 uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, in parseV5DirFileTables() argument
287 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
294 if (!Value.skipValue(DebugLineData, OffsetPtr, FormParams)) in parseV5DirFileTables()
314 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
367 std::tie(TotalLength, FormParams.Format) = in parse()
372 FormParams.Version = DebugLineData.getU16(Cursor); in parse()
386 FormParams.AddrSize = DebugLineData.getU8(Cursor); in parse()
[all …]
H A DDWARFUnit.cpp254 std::tie(Length, FormParams.Format) = in extract()
256 FormParams.Version = debug_info.getU16(offset_ptr, &Err); in extract()
257 if (FormParams.Version >= 5) { in extract()
259 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
261 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
264 FormParams.getDwarfOffsetByteSize(), offset_ptr, nullptr, &Err); in extract()
265 FormParams.AddrSize = debug_info.getU8(offset_ptr, &Err); in extract()
276 offset_ptr, FormParams.getDwarfOffsetByteSize(), &Err); in extract()
H A DDWARFAbbreviationDeclaration.cpp97 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
H A DDWARFFormValue.cpp112 const dwarf::FormParams Params) { in skipValue()
247 uint64_t *OffsetPtr, dwarf::FormParams FP, in extractValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h731 struct FormParams { struct
778 FormParams Params);
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp267 const dwarf::FormParams &Params, in writeDIE()
415 dwarf::FormParams Params = {Unit.Version, AddrSize, Unit.Format}; in emitDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DDwarf.cpp696 FormParams Params) { in getFixedFormByteSize()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp144 dwarf::FormParams({Header.Version, Header.AddrSize, Header.Format})); in getCUIdentifiers()