Home
last modified time | relevance | path

Searched defs:FormParams (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp266 unsigned DIE::computeOffsetsAndAbbrevs(const dwarf::FormParams &FormParams, in computeOffsetsAndAbbrevs()
421 unsigned DIEInteger::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
460 unsigned DIEExpr::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
491 unsigned DIELabel::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
521 unsigned DIEBaseTypeRef::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf() argument
541 unsigned DIEDelta::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
590 unsigned DIEString::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
627 unsigned DIEInlineString::sizeOf(const dwarf::FormParams &, dwarf::Form) const { in sizeOf() argument
676 unsigned DIEEntry::sizeOf(const dwarf::FormParams &FormParams, in sizeOf()
735 unsigned DIELoc::sizeOf(const dwarf::FormParams &, dwarf::Form Form) const { in sizeOf() argument
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1077 struct FormParams { struct
1078 uint16_t Version;
1079 uint8_t AddrSize;
1080 DwarfFormat Format;
1083 bool DwarfUsesRelocationsAcrossSections = false;
1088 uint8_t getRefAddrByteSize() const { in getRefAddrByteSize()
1095 uint8_t getDwarfOffsetByteSize() const { in getDwarfOffsetByteSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h59 dwarf::FormParams FormParams; variable
192 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; member
H A DDWARFFormValue.h104 dwarf::FormParams FormParams, const DWARFUnit *U) { in extractValue()
H A DDWARFDebugLine.h68 dwarf::FormParams FormParams; member
H A DDWARFAcceleratorTable.h125 dwarf::FormParams FormParams; variable
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp274 uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, in parseV5DirFileTables()
H A DDWARFAcceleratorTable.cpp785 dwarf::FormParams FormParams = {Hdr.Version, 0, Hdr.Format}; in getEntry() local