HomeSort by: relevance | last modified time | path
    Searched defs:createFieldType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 295 llvm::DIType *createFieldType(StringRef name, QualType type,
301 llvm::DIType *createFieldType(StringRef name, QualType type,
306 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
CGDebugInfo.h 295 llvm::DIType *createFieldType(StringRef name, QualType type,
301 llvm::DIType *createFieldType(StringRef name, QualType type,
306 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
CGDebugInfo.cpp 1405 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc,
1449 llvm::DIType *FieldType = createFieldType(
1461 llvm::DIType *fieldType = createFieldType(
1517 createFieldType(name, type, field->getLocation(), field->getAccess(),
4565 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public,
4568 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public,
4572 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public,
4575 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public,
4579 createFieldType("__reserved", Context.IntTy, Loc, AS_public,
4583 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public
    [all...]
CGDebugInfo.cpp 1405 CGDebugInfo::createFieldType(StringRef name, QualType type, SourceLocation loc,
1449 llvm::DIType *FieldType = createFieldType(
1461 llvm::DIType *fieldType = createFieldType(
1517 createFieldType(name, type, field->getLocation(), field->getAccess(),
4565 Fields.push_back(createFieldType("__size", Context.IntTy, Loc, AS_public,
4568 Fields.push_back(createFieldType("__align", Context.IntTy, Loc, AS_public,
4572 Fields.push_back(createFieldType("__isa", Context.VoidPtrTy, Loc, AS_public,
4575 Fields.push_back(createFieldType("__flags", Context.IntTy, Loc, AS_public,
4579 createFieldType("__reserved", Context.IntTy, Loc, AS_public,
4583 Fields.push_back(createFieldType("__FuncPtr", FnPtrType, Loc, AS_public
    [all...]

Completed in 92 milliseconds