Home
last modified time | relevance | path

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

/freebsd/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()
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 DAPINotesManager.h85 std::unique_ptr<APINotesReader> loadAPINotes(FileEntryRef APINotesFile);
99 bool loadAPINotes(const DirectoryEntry *HeaderDir, FileEntryRef APINotesFile);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1153 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 DDIBuilder.cpp1054 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
1057 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfoMetadata.cpp1508 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1513 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1515 IncludePath, APINotesFile}; in getImpl()
H A DDebugInfo.cpp1130 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 DModule.h221 std::string APINotesFile; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3073 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 DDIBuilder.h1046 StringRef APINotesFile = {},
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h346 const char *IncludePath, size_t IncludePathLen, const char *APINotesFile,