Home
last modified time | relevance | path

Searched defs:APINotesFile (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp67 loadAPINotes(FileEntryRef APINotesFile) loadAPINotes() argument
127 loadAPINotes(const DirectoryEntry * HeaderDir,FileEntryRef APINotesFile) loadAPINotes() argument
168 auto APINotesFile = FM.getOptionalFileRef(Path); loadFrameworkAPINotes() local
427 if (auto APINotesFile = FileMgr.getOptionalFileRef(APINotesPath)) { findAPINotes() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h182 std::string APINotesFile; variable
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp907 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
H A DDebugInfoMetadata.cpp1229 getImpl(LLVMContext & Context,Metadata * File,Metadata * Scope,MDString * Name,MDString * ConfigurationMacros,MDString * IncludePath,MDString * APINotesFile,unsigned LineNo,bool IsDecl,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDebugInfo.cpp1097 LLVMDIBuilderCreateModule(LLVMDIBuilderRef Builder,LLVMMetadataRef ParentScope,const char * Name,size_t NameLen,const char * ConfigMacros,size_t ConfigMacrosLen,const char * IncludePath,size_t IncludePathLen,const char * APINotesFile,size_t APINotesFileLen) LLVMDIBuilderCreateModule() argument