Searched defs:FormParams (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 266 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 D | Dwarf.h | 1077 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 D | DWARFUnit.h | 59 dwarf::FormParams FormParams; variable 192 dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}; member
|
H A D | DWARFFormValue.h | 104 dwarf::FormParams FormParams, const DWARFUnit *U) { in extractValue()
|
H A D | DWARFDebugLine.h | 68 dwarf::FormParams FormParams; member
|
H A D | DWARFAcceleratorTable.h | 125 dwarf::FormParams FormParams; variable
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerUnit.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 274 uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, in parseV5DirFileTables()
|
H A D | DWARFAcceleratorTable.cpp | 785 dwarf::FormParams FormParams = {Hdr.Version, 0, Hdr.Format}; in getEntry() local
|