Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDIBuilder.h653 static DIType *createArtificialType(DIType *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDIBuilder.cpp637 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType() function in DIBuilder
HDDebugInfo.cpp1540 return wrap(unwrap(Builder)->createArtificialType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateArtificialType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp4320 Elts.push_back(DBuilder.createArtificialType( in getOrCreateFunctionType()