Home
last modified time | relevance | path

Searched refs:createArtificialType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h609 static DIType *createArtificialType(DIType *Ty);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp620 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType() function in DIBuilder
H A DDebugInfo.cpp1389 return wrap(unwrap(Builder)->createArtificialType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateArtificialType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4003 Elts.push_back(DBuilder.createArtificialType( in getOrCreateFunctionType()