Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h851 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4951 DBuilder.createImportedDeclaration( in EmitUsingShadowDecl()
4999 DBuilder.createImportedDeclaration( in EmitImportDecl()
5018 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
5023 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp203 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() function in DIBuilder
H A DDebugInfo.cpp1037 return wrap(unwrap(Builder)->createImportedDeclaration( in LLVMDIBuilderCreateImportedDeclaration()