Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h947 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5856 llvm::DIImportedEntity *ImportDI = DBuilder.createImportedDeclaration( in EmitGlobalAlias()
5904 DBuilder.createImportedDeclaration( in EmitUsingShadowDecl()
5952 DBuilder.createImportedDeclaration( in EmitImportDecl()
5971 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
5976 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp205 DIBuilder::createImportedDeclaration(DIScope *Context, DINode *Decl, in createImportedDeclaration() function in DIBuilder
H A DDebugInfo.cpp1197 return wrap(unwrap(Builder)->createImportedDeclaration( in LLVMDIBuilderCreateImportedDeclaration()