Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp100 if ((ByteSize = dwarf::getFixedFormByteSize(F, dwarf::FormParams()))) { in extract()
205 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
H A DDWARFFormValue.cpp145 dwarf::getFixedFormByteSize(Form, Params)) { in skipValue()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDwarf.h537 Optional<uint8_t> getFixedFormByteSize(dwarf::Form Form, FormParams Params);
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DDwarf.cpp626 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize() function in llvm::dwarf
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp437 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf()