Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp771 std::optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize() function in llvm::dwarf
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h1123 std::optional<uint8_t> getFixedFormByteSize(dwarf::Form Form,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp424 dwarf::getFixedFormByteSize(Form, FormParams)) in sizeOf()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp792 std::optional<uint8_t> FormSize = dwarf::getFixedFormByteSize(Form, Params); in getNonZeroDataSizesFor()