HomeSort by relevance Sort by last modified time
    Searched refs:createClassType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/
DIBuilder.h 267 /// createClassType - Create debugging information entry for a class.
282 DICompositeType createClassType(DIDescriptor Scope, StringRef Name,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 593 /// createClassType - Create debugging information entry for a class.
594 DICompositeType DIBuilder::createClassType(DIDescriptor Context, StringRef Name,
604 "createClassType should be called with a valid Context");
624 "createClassType should return a DICompositeType");
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 45 milliseconds