Searched refs:createImportedDeclaration (Results 1 – 8 of 8) sorted by relevance
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 427 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/ |
D | IRBuilderTest.cpp | 590 DIB.createImportedDeclaration(CU, nullptr, F, 1); in TEST_F() 591 DIB.createImportedDeclaration(CU, nullptr, F, 1); in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 647 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 781 DIImportedEntity *createImportedDeclaration(DIScope *Context, DINode *Decl,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3653 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/ |
D | DIBuilder.cpp | 168 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() function in DIBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 200 DIImportedEntity *DIBuilder::createImportedDeclaration(DIScope *Context, in createImportedDeclaration() function in DIBuilder
|
D | DebugInfo.cpp | 873 return wrap(unwrap(Builder)->createImportedDeclaration( in LLVMDIBuilderCreateImportedDeclaration()
|