Searched refs:APINotesFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 67 APINotesManager::loadAPINotes(FileEntryRef APINotesFile) { in loadAPINotes() argument 69 APINotesFile.getName()); in loadAPINotes() 72 auto SourceFileID = SM.getOrCreateFileID(APINotesFile, SrcMgr::C_User); in loadAPINotes() 87 diag::warn_apinotes_message, diag::note_apinotes_message, APINotesFile); in loadAPINotes() 127 FileEntryRef APINotesFile) { in loadAPINotes() argument 129 if (auto Reader = loadAPINotes(APINotesFile)) { in loadAPINotes() 168 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes() local 169 if (!APINotesFile) in loadFrameworkAPINotes() 182 if (loadAPINotes(*HeaderDir, *APINotesFile)) in loadFrameworkAPINotes() 312 M->APINotesFile = File.getName().str(); in loadCurrentModuleAPINotes() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | APINotesManager.h | 85 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile); 99 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 1153 MDString *APINotesFile; 1159 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 1162 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 1167 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()), 1174 APINotesFile == RHS->getRawAPINotesFile() &&
|
| H A D | DIBuilder.cpp | 1054 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 1057 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfoMetadata.cpp | 1508 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1513 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1515 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DebugInfo.cpp | 1130 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument 1135 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 221 std::string APINotesFile; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 3073 StringRef IncludePath, StringRef APINotesFile, 3079 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 3085 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 3098 StringRef APINotesFile, unsigned LineNo, 3101 APINotesFile, LineNo, IsDecl)) 3105 MDString *APINotesFile, unsigned LineNo, 3108 APINotesFile, LineNo, IsDecl))
|
| H A D | DIBuilder.h | 1046 StringRef APINotesFile = {},
|
| /freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 346 const char *IncludePath, size_t IncludePathLen, const char *APINotesFile,
|