Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp69 if (std::optional<size_t> FixedSize = in extractFast() local
78 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast() local
H A DDWARFAbbreviationDeclaration.cpp179 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeOffsetFromIndex() local
H A DDWARFFormValue.cpp176 if (std::optional<uint8_t> FixedSize = in skipValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp427 if (std::optional<uint8_t> FixedSize = sizeOf() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp383 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1520 const auto FixedSize = TypeStoreSize.getFixedValue(); doInstrumentAddress() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp805 unsigned FixedSize = ElementCount * SEW; CreateType() local