Searched refs:createClassType (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDIBuilder.h285 /// createClassType - Create debugging information entry for a class.
301 DICompositeType createClassType(DIDescriptor Scope, StringRef Name,
/external/llvm/lib/IR/
H A DDIBuilder.cpp611 /// createClassType - Create debugging information entry for a class.
612 DICompositeType DIBuilder::createClassType(DIDescriptor Context, StringRef Name, function in class:DIBuilder
623 "createClassType should be called with a valid Context");
645 "createClassType should return a DICompositeType");
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2261 RealDecl = DBuilder.createClassType(RDContext, RDName, DefUnit, Line,

Completed in 542 milliseconds