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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp893 llvm::DIType *CGDebugInfo::createFieldType( function in class:CGDebugInfo
941 llvm::DIType *fieldType = createFieldType(
954 llvm::DIType *fieldType = createFieldType(
1010 createFieldType(name, type, SizeInBitsOverride, field->getLocation(),
3178 fields.push_back(createFieldType("__isa", C.VoidPtrTy, 0, loc, AS_public,
3181 fields.push_back(createFieldType("__flags", C.IntTy, 0, loc, AS_public,
3184 fields.push_back(createFieldType("__reserved", C.IntTy, 0, loc, AS_public,
3189 fields.push_back(createFieldType("__FuncPtr", FnPtrType, 0, loc, AS_public,
3192 fields.push_back(createFieldType(
3242 fields.push_back(createFieldType("thi
[all...]
H A DCGDebugInfo.h241 llvm::DIType *createFieldType(StringRef name, QualType type,

Completed in 116 milliseconds