Home
last modified time | relevance | path

Searched refs:tunit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h352 llvm::DIFile *tunit, llvm::DIScope *scope,
358 uint64_t offsetInBits, llvm::DIFile *tunit,
361 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1875 uint64_t offsetInBits, uint32_t AlignInBits, llvm::DIFile *tunit, in createFieldType() argument
1877 llvm::DIType *debugType = getOrCreateType(type, tunit); in createFieldType()
2001 const FieldDecl *field, uint64_t OffsetInBits, llvm::DIFile *tunit, in CollectRecordNormalField() argument
2023 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
2041 const RecordDecl *record, llvm::DIFile *tunit, in CollectRecordFields() argument
2081 CollectRecordNormalField(field, layout.getFieldOffset(fieldNo), tunit, in CollectRecordFields()
5488 llvm::DIFile *tunit = getOrCreateFile(loc); in EmitDeclareOfBlockLiteralArgVariable() local
5499 collectDefaultFieldsForBlockLiteralDeclare(block, C, loc, *blockLayout, tunit, in EmitDeclareOfBlockLiteralArgVariable()
5550 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
5566 fieldType = DBuilder.createMemberType(tunit, name, tunit, line, in EmitDeclareOfBlockLiteralArgVariable()
[all …]