Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIE.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-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.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-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFUnit.h59 dwarf::FormParams FormParams; variable
192 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; member
HDDWARFFormValue.h104 dwarf::FormParams FormParams, const DWARFUnit *U) { in extractValue()
HDDWARFDebugLine.h68 dwarf::FormParams FormParams; member
HDDWARFAcceleratorTable.h125 dwarf::FormParams FormParams; variable
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.cpp274 uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, in parseV5DirFileTables()
HDDWARFAcceleratorTable.cpp785 dwarf::FormParams FormParams = {Hdr.Version, 0, Hdr.Format}; in getEntry() local