Searched refs:APINotesFile (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 963 MDString *APINotesFile; 969 MDString *APINotesFile, unsigned LineNo, bool IsDecl) 972 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {} 977 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()), 984 APINotesFile == RHS->getRawAPINotesFile() &&
|
| H A D | DebugInfoMetadata.cpp | 1153 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 1158 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl() 1160 IncludePath, APINotesFile}; in getImpl()
|
| H A D | DIBuilder.cpp | 928 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 931 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
|
| H A D | DebugInfo.cpp | 1003 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument 1008 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2372 StringRef IncludePath, StringRef APINotesFile, 2378 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl, 2384 MDString *APINotesFile, unsigned LineNo, bool IsDecl, 2397 StringRef APINotesFile, unsigned LineNo, 2400 APINotesFile, LineNo, IsDecl)) 2404 MDString *APINotesFile, unsigned LineNo, 2407 APINotesFile, LineNo, IsDecl))
|
| H A D | DIBuilder.h | 847 StringRef APINotesFile = {}, DIFile *File = nullptr,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | DebugInfo.h | 326 const char *APINotesFile, size_t APINotesFileLen);
|