Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h892 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 DDebugInfoMetadata.cpp943 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
948 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
950 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp888 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
891 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp909 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 DDebugInfoMetadata.h2310 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 DDIBuilder.h797 StringRef APINotesFile = {}, DIFile *File = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h302 const char *APINotesFile, size_t APINotesFileLen);