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

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 155 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl),
570 return getOrCreateType(QualType(T, 0), Unit);
574 getOrCreateType(Qc.apply(CGM.getContext(), T), Unit, Declaration);
590 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
659 return getOrCreateType(PointeeTy, Unit);
660 return getOrCreateType(PointeeTy, Unit, true);
761 getOrCreateType(Ty->getDecl()->getUnderlyingType(), Unit, Declaration);
781 EltTys.push_back(getOrCreateType(Ty->getResultType(), Unit));
789 EltTys.push_back(getOrCreateType(FPT->getArgType(i), Unit));
805 llvm::DIType debugType = getOrCreateType(type, tunit)
    [all...]
CGDebugInfo.h 106 /// Helper functions for getOrCreateType.
328 /// getOrCreateType - Get the type from the cache or create a new type if
330 llvm::DIType getOrCreateType(QualType Ty, llvm::DIFile F, bool Declaration = false);
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 376 DIDerivedType getOrCreateType(Type *T) {
396 Elements.push_back(getOrCreateType(T->getStructElementType(i)));
404 getOrCreateType(PointeeTy), Layout.getPointerSizeInBits(),
413 getOrCreateType(T->getArrayElementType()),
432 DIDerivedType ReturnType(getOrCreateType(Func->getReturnType()));
440 Params.push_back(getOrCreateType(T));

Completed in 36 milliseconds