Searched refs:CreateCXXMemberFunction (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 201 llvm::DISubprogram *CreateCXXMemberFunction(const CXXMethodDecl *Method,
|
D | CGDebugInfo.cpp | 1211 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction() function in CGDebugInfo 1346 ? CreateCXXMemberFunction(Method, Unit, RecordTy) in CollectCXXMemberFunctions() 2775 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 239 llvm::DISubprogram *CreateCXXMemberFunction(const CXXMethodDecl *Method,
|
D | CGDebugInfo.cpp | 1613 llvm::DISubprogram *CGDebugInfo::CreateCXXMemberFunction( in CreateCXXMemberFunction() function in CGDebugInfo 1781 ? CreateCXXMemberFunction(Method, Unit, RecordTy) in CollectCXXMemberFunctions() 3667 return CreateCXXMemberFunction(MD, getOrCreateFile(MD->getLocation()), in getFunctionDeclaration()
|