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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h286 llvm::DIType *createFieldType(StringRef name, QualType type,
292 llvm::DIType *createFieldType(StringRef name, QualType type, function in class:clang::DynamicInitKind::CGDebugInfo
297 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
H A DCGDebugInfo.cpp1336 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc, function in class:CGDebugInfo
1380 llvm::DIType *FieldType = createFieldType(
1392 llvm::DIType *fieldType = createFieldType(
1448 createFieldType(name, type, field->getLocation(), field->getAccess(),
4403 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public,
4406 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public,
4410 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public,
4413 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public,
4417 createFieldType("__reserved", Context.IntTy, Loc, AS_public,
4421 Fields.push_back(createFieldType("__FuncPt
[all...]

Completed in 77 milliseconds