Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h913 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5673 llvm::DIImportedEntity *ImportDI = DBuilder.createImportedDeclaration( in EmitGlobalAlias()
5721 DBuilder.createImportedDeclaration( in EmitUsingShadowDecl()
5769 DBuilder.createImportedDeclaration( in EmitImportDecl()
5788 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
5793 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp205 DIBuilder::createImportedDeclaration(DIScope *Context, DINode *Decl, in createImportedDeclaration() function in DIBuilder
H A DDebugInfo.cpp1192 return wrap(unwrap(Builder)->createImportedDeclaration( in LLVMDIBuilderCreateImportedDeclaration()