Searched refs:offsetInBits (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 190 uint64_t offsetInBits,
|
D | CGDebugInfo.cpp | 847 SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, in createFieldType() argument 868 AlignInBits, offsetInBits, flags, debugType); in createFieldType() 3095 uint64_t offsetInBits = i->OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local 3105 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable() 3122 PtrInfo.Align, offsetInBits, 0, fieldType); in EmitDeclareOfBlockLiteralArgVariable() 3125 offsetInBits, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
|