Home
last modified time | relevance | path

Searched defs:offsetInBits (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp188 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 DCGDebugInfo.cpp1713 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 DCGObjCMac.cpp5293 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); visitRecord() local