Home
last modified time | relevance | path

Searched refs:getFixedFormByteSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp129 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
240 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
H A DDWARFFormValue.cpp177 dwarf::getFixedFormByteSize(Form, Params)) { in skipValue()
H A DDWARFAcceleratorTable.cpp82 dwarf::getFixedFormByteSize(AtomForm, FormParams); in extract()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h789 std::optional<uint8_t> getFixedFormByteSize(dwarf::Form Form,
/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp729 std::optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize() function in llvm::dwarf
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp428 dwarf::getFixedFormByteSize(Form, FormParams)) in sizeOf()