Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DIRBuilderTest.cpp427 DIB.createImportedDeclaration(CU, nullptr, 1); in TEST_F()
428 DIB.createImportedDeclaration(CU, nullptr, 1); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp590 DIB.createImportedDeclaration(CU, nullptr, F, 1); in TEST_F()
591 DIB.createImportedDeclaration(CU, nullptr, F, 1); in TEST_F()
/external/llvm/include/llvm/IR/
DDIBuilder.h647 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h781 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3653 DBuilder.createImportedDeclaration( in EmitUsingDecl()
3663 DBuilder.createImportedDeclaration( in EmitImportDecl()
3681 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
3686 R = DBuilder.createImportedDeclaration( in EmitNamespaceAlias()
/external/llvm/lib/IR/
DDIBuilder.cpp168 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() function in DIBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp200 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() function in DIBuilder
DDebugInfo.cpp873 return wrap(unwrap(Builder)->createImportedDeclaration( in LLVMDIBuilderCreateImportedDeclaration()