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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp792 llvm::DIType CGDebugInfo::createFieldType(StringRef name, function in class:CGDebugInfo
849 = createFieldType(VName, Field->getType(), SizeInBitsOverride,
863 = createFieldType("this", type, 0, f->getLocation(), f->getAccess(),
926 = createFieldType(name, type, SizeInBitsOverride,
2959 fields.push_back(createFieldType("__isa", C.VoidPtrTy, 0, loc, AS_public,
2962 fields.push_back(createFieldType("__flags", C.IntTy, 0, loc, AS_public,
2965 fields.push_back(createFieldType("__reserved", C.IntTy, 0, loc, AS_public,
2968 fields.push_back(createFieldType("__FuncPtr", C.VoidPtrTy, 0, loc, AS_public,
2971 fields.push_back(createFieldType("__descriptor",
3022 fields.push_back(createFieldType("thi
[all...]
H A DCGDebugInfo.h181 llvm::DIType createFieldType(StringRef name, QualType type,

Completed in 92 milliseconds