Searched refs:APINotesFile (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 915 MDString *APINotesFile; 921 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 924 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 929 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()), 936 APINotesFile == RHS->getRawAPINotesFile() &&
|
| H A D | DebugInfoMetadata.cpp | 1089 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1094 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1096 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DIBuilder.cpp | 924 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 927 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfo.cpp | 948 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument 953 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2319 StringRef IncludePath, StringRef APINotesFile, 2325 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2331 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2344 StringRef APINotesFile, unsigned LineNo, 2347 APINotesFile, LineNo, IsDecl)) 2351 MDString *APINotesFile, unsigned LineNo, 2354 APINotesFile, LineNo, IsDecl))
|
| H A D | DIBuilder.h | 844 StringRef APINotesFile = {}, DIFile *File = nullptr,
|
| /llvm-project-15.0.7/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 316 const char *APINotesFile, size_t APINotesFileLen);
|