/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 56 addField(FieldDecl * Field,int FieldSize) addField() argument
|
H A D | RecordLayoutBuilder.cpp | 1474 LayoutWideBitField(uint64_t FieldSize,uint64_t StorageUnitSize,bool FieldPacked,const FieldDecl * D) LayoutWideBitField() argument 1546 uint64_t FieldSize = D->getBitWidthValue(Context); LayoutBitField() local 1901 CharUnits FieldSize; LayoutField() local [all...] |
H A D | ASTContext.cpp | 2674 CharUnits FieldSize = Context.getTypeSizeInChars(Field->getType()); unionHasUniqueObjectRepresentations() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 205 CharUnits FieldSize = ASTContext.getTypeSizeInChars(FD->getType()); calculateBaselinePad() local
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 357 unsigned FieldSize = 2 + 2 * Data.getAddressSize(); dumpRawEntry() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaHLSL.cpp | 57 unsigned FieldSize = calculateLegacyCbufferSize(Context, Ty); calculateLegacyCbufferSize() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1283 uint64_t FieldSize = CGM.getContext().getTypeSize(Ty); collectDefaultElementTypesForBlockPointer() local 3180 uint64_t FieldSize = 0; CreateTypeDefinition() local 3978 uint64_t FieldSize = CGM.getContext().getTypeSize(FType); CreateMemberType() local 4680 uint64_t FieldSize, FieldOffset; EmitTypeForVarWithBlocksAttr() local [all...] |
H A D | CGNonTrivialStruct.cpp | 111 uint64_t FieldSize = getFieldSize(FD, FT, Ctx); in visitTrivial() local
|
H A D | CGObjCMac.cpp | 2439 UpdateRunSkipBlockVars(bool IsByref,Qualifiers::ObjCLifetime LifeTime,CharUnits FieldOffset,CharUnits FieldSize) UpdateRunSkipBlockVars() argument 2530 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType()); BuildRCRecordLayout() local 2563 CharUnits FieldSize BuildRCRecordLayout() local [all...] |
H A D | CGClass.cpp | 802 CharUnits FieldSize = FieldInfo.Width; in EmitAsanPrologueOrEpilogue() local
|
H A D | CGCall.cpp | 962 if (UnionSize < FieldSize) { in getTypeExpansion() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1657 uint64_t FieldSize = DD->getBaseTypeSize(DT); constructMemberDIE() local
|
H A D | AsmPrinter.cpp | 3480 uint64_t FieldSize = DL.getTypeAllocSize(Field->getType()); emitGlobalConstantStruct() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 669 uint64_t FieldSize = DL.getTypeAllocSize(Ty); addField() local
|