Home
last modified time | relevance | path

Searched refs:FixedSize (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp50 if (Optional<size_t> FixedSize = AbbrevDecl->getFixedAttributesByteSize(U)) { in extractFast() local
51 *OffsetPtr += *FixedSize; in extractFast()
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local
60 *OffsetPtr += *FixedSize; in extractFast()
H A DDWARFAbbreviationDeclaration.cpp176 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue() local
177 Offset += *FixedSize; in getAttributeValue()
H A DDWARFFormValue.cpp144 if (Optional<uint8_t> FixedSize = in skipValue() local
146 *OffsetPtr += *FixedSize; in skipValue()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrFormats.td85 field bit FixedSize = 0;
169 let TSFlags{40} = FixedSize;
H A DSIInstructions.td200 let FixedSize = 1;
216 let FixedSize = 1;
324 let FixedSize = 1;
359 let FixedSize = 1;
424 let FixedSize = 1;
H A DSOPInstructions.td829 let FixedSize = 1;
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp437 if (Optional<uint8_t> FixedSize = dwarf::getFixedFormByteSize(Form, Params)) in SizeOf() local
438 return *FixedSize; in SizeOf()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp377 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
380 return FixedSize[i-1]; in GetCFNumberSize()