Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp423 if (std::optional<uint8_t> FixedSize = in sizeOf() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp383 static const unsigned char FixedSize[] = { 8, 16, 32, 64, 32, 64 }; in GetCFNumberSize() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.cpp1544 uint64_t FixedSize = getStackSizeWithRVVPadding(*MF); emitCalleeSavedRVVPrologCFI() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1600 const auto FixedSize = TypeStoreSize.getFixedValue(); doInstrumentAddress() local
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp815 unsigned FixedSize = ElementCount * SEW; CreateType() local