OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOrCreateType
(Results
1 - 2
of
2
) sorted by null
/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));
/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
...]
Completed in 597 milliseconds