Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h612 static DIType *createArtificialType(DIType *Ty);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp624 DIType *DIBuilder::createArtificialType(DIType *Ty) { in createArtificialType() function in DIBuilder
H A DDebugInfo.cpp1444 return wrap(unwrap(Builder)->createArtificialType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateArtificialType()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4021 Elts.push_back(DBuilder.createArtificialType( in getOrCreateFunctionType()