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

  /external/llvm/include/llvm/IR/
DIBuilder.h 285 /// createClassType - Create debugging information entry for a class.
301 DICompositeType createClassType(DIDescriptor Scope, StringRef Name,
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 611 /// createClassType - Create debugging information entry for a class.
612 DICompositeType DIBuilder::createClassType(DIDescriptor Context, StringRef Name,
623 "createClassType should be called with a valid Context");
645 "createClassType should return a DICompositeType");
    [all...]