Home
last modified time | relevance | path

Searched defs:FixedSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local
H A DDWARFAbbreviationDeclaration.cpp166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue() local
H A DDWARFFormValue.cpp172 if (Optional<uint8_t> FixedSize = in skipValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp436 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp376 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp774 unsigned FixedSize = ElementCount * SEW; in CreateType() local