Searched refs:APINotesFile (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/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() 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() 307 M->APINotesFile = File.getName().str(); in loadCurrentModuleAPINotes() 427 if (auto APINotesFile = FileMgr.getOptionalFileRef(APINotesPath)) { in findAPINotes() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | APINotesManager.h | 78 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile); 92 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 971 MDString *APINotesFile; 977 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 980 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 985 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()), 992 APINotesFile == RHS->getRawAPINotesFile() &&
|
| H A D | DebugInfoMetadata.cpp | 1229 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1234 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1236 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DIBuilder.cpp | 907 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 910 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfo.cpp | 1097 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument 1102 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 182 std::string APINotesFile; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2419 StringRef IncludePath, StringRef APINotesFile, 2425 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2431 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2444 StringRef APINotesFile, unsigned LineNo, 2447 APINotesFile, LineNo, IsDecl)) 2451 MDString *APINotesFile, unsigned LineNo, 2454 APINotesFile, LineNo, IsDecl))
|
| H A D | DIBuilder.h | 854 StringRef APINotesFile = {}, DIFile *File = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 327 const char *APINotesFile, size_t APINotesFileLen);
|