Searched refs:FixedSize (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp49 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) {
50 *OffsetPtr += *FixedSize;
57 if (auto FixedSize = AttrSpec.getByteSize(U)) {
59 *OffsetPtr += *FixedSize;
H A DDWARFAbbreviationDeclaration.cpp175 if (auto FixedSize = Spec.getByteSize(U))
176 Offset += *FixedSize;
H A DDWARFFormValue.cpp171 if (Optional<uint8_t> FixedSize =
173 *OffsetPtr += *FixedSize;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp376 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; local
379 return FixedSize[i-1];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp438 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params))
439 return *FixedSize;

Completed in 178 milliseconds