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

  /external/llvm/include/llvm/
DIBuilder.h 275 /// createStructType - Create debugging information entry for a struct.
285 DICompositeType createStructType(DIDescriptor Scope, StringRef Name,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 396 DBuilder.createStructType(TheCU, "objc_object", getOrCreateMainFile(),
697 EltTy = DBuilder.createStructType(Unit, "__block_descriptor",
727 EltTy = DBuilder.createStructType(Unit, "__block_literal_generic",
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 512 /// createStructType - Create debugging information entry for a struct.
513 DICompositeType DIBuilder::createStructType(DIDescriptor Context,
540 assert(R.Verify() && "createStructType should return a verifiable DIType");
    [all...]

Completed in 2050 milliseconds