Searched defs:APINotesFile (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 67 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 D | Module.h | 182 std::string APINotesFile; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 907 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
|
H A D | DebugInfoMetadata.cpp | 1229 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 D | DebugInfo.cpp | 1097 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
|