Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h653 static DIType *createArtificialType(DIType *Ty);
/src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp637 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType() function in DIBuilder
H A DDebugInfo.cpp1540 return wrap(unwrap(Builder)->createArtificialType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateArtificialType()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4320 Elts.push_back(DBuilder.createArtificialType( in getOrCreateFunctionType()