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 253 /// createClassType - Create debugging information entry for a class.
268 DIType createClassType(DIDescriptor Scope, StringRef Name, DIFile File,
  /external/llvm/lib/IR/
DIBuilder.cpp 480 /// createClassType - Create debugging information entry for a class.
481 DIType DIBuilder::createClassType(DIDescriptor Context, StringRef Name,
489 "createClassType should be called with a valid Context");
508 assert(R.Verify() && "createClassType should return a verifiable DIType");
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 37 milliseconds