Searched defs:offsetInBits (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | LLVM.cpp | 188 mlirLLVMDIDerivedTypeAttrGet(MlirContext ctx,unsigned int tag,MlirAttribute name,MlirAttribute baseType,uint64_t sizeInBits,uint32_t alignInBits,uint64_t offsetInBits,int64_t dwarfAddressSpace,MlirAttribute extraData) mlirLLVMDIDerivedTypeAttrGet() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 1713 createFieldType(StringRef name,QualType type,SourceLocation loc,AccessSpecifier AS,uint64_t offsetInBits,uint32_t AlignInBits,llvm::DIFile * tunit,llvm::DIScope * scope,const RecordDecl * RD,llvm::DINodeArray Annotations) createFieldType() argument 5272 uint64_t offsetInBits = Chunk.OffsetInBits; EmitDeclareOfBlockLiteralArgVariable() local
|
H A D | CGObjCMac.cpp | 5293 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); visitRecord() local
|