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

  /external/llvm/include/llvm/Analysis/
DIBuilder.h 128 /// createReferenceType - Create debugging information entry for a c++
130 DIType createReferenceType(DIType RTy);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 230 /// createReferenceType - Create debugging information entry for a reference.
231 DIType DIBuilder::createReferenceType(DIType RTy) {
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 519 return DBuilder.createReferenceType(CreatePointeeType(PointeeTy, Unit));
    [all...]

Completed in 41 milliseconds