Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h915 MDString *APINotesFile;
921 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
924 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
929 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
936 APINotesFile == RHS->getRawAPINotesFile() &&
H A DDebugInfoMetadata.cpp1089 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1094 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1096 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp924 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
927 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp948 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument
953 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2319 StringRef IncludePath, StringRef APINotesFile,
2325 getCanonicalMDString(Context, APINotesFile), LineNo, IsDecl,
2331 MDString *APINotesFile, unsigned LineNo, bool IsDecl,
2344 StringRef APINotesFile, unsigned LineNo,
2347 APINotesFile, LineNo, IsDecl))
2351 MDString *APINotesFile, unsigned LineNo,
2354 APINotesFile, LineNo, IsDecl))
H A DDIBuilder.h844 StringRef APINotesFile = {}, DIFile *File = nullptr,
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DDebugInfo.h316 const char *APINotesFile, size_t APINotesFileLen);