Searched refs:APINotesFile (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 892 MDString *APINotesFile; 898 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 901 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 906 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()), 913 APINotesFile == RHS->getRawAPINotesFile() &&
|
H A D | DebugInfoMetadata.cpp | 943 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 948 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 950 IncludePath, APINotesFile}; in getImpl()
|
H A D | DIBuilder.cpp | 888 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 891 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
H A D | DebugInfo.cpp | 909 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument 914 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2310 StringRef IncludePath, StringRef APINotesFile, 2316 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2322 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2335 StringRef APINotesFile, unsigned LineNo, 2338 APINotesFile, LineNo, IsDecl)) 2342 MDString *APINotesFile, unsigned LineNo, 2345 APINotesFile, LineNo, IsDecl))
|
H A D | DIBuilder.h | 797 StringRef APINotesFile = {}, DIFile *File = nullptr,
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
H A D | DebugInfo.h | 302 const char *APINotesFile, size_t APINotesFileLen);
|