Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h782 LLVM_ABI static DIType *createArtificialType(DIType *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp742 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType() function in DIBuilder
H A DDebugInfo.cpp1635 return wrap(unwrap(Builder)->createArtificialType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateArtificialType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4577 Elts.push_back(DBuilder.createArtificialType( in getOrCreateFunctionType()