Home
last modified time | relevance | path

Searched refs:APINotesFile (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp67 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 DAPINotesManager.h78 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 DLLVMContextImpl.h971 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 DDebugInfoMetadata.cpp1229 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1234 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1236 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp907 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
910 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp1097 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 DModule.h182 std::string APINotesFile; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2419 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 DDIBuilder.h854 StringRef APINotesFile = {}, DIFile *File = nullptr,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h327 const char *APINotesFile, size_t APINotesFileLen);