Searched refs:offsetInBits (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.h183 AccessSpecifier AS, uint64_t offsetInBits,
H A DCGDebugInfo.cpp797 uint64_t offsetInBits,
822 alignInBits, offsetInBits, flags, debugType);
3013 uint64_t offsetInBits = i->OffsetInBits; local
3023 offsetInBits, tunit, tunit));
3040 offsetInBits, 0, fieldType);
3043 loc, AS_public, offsetInBits, tunit, tunit);
792 createFieldType(StringRef name, QualType type, uint64_t sizeInBitsOverride, SourceLocation loc, AccessSpecifier AS, uint64_t offsetInBits, llvm::DIFile tunit, llvm::DIScope scope) argument

Completed in 79 milliseconds