Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h963 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 DDebugInfoMetadata.cpp1153 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
1158 IncludePath, APINotesFile, LineNo, IsDecl)); in getImpl()
1160 IncludePath, APINotesFile}; in getImpl()
H A DDIBuilder.cpp928 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
931 ConfigurationMacros, IncludePath, APINotesFile, LineNo, in createModule()
H A DDebugInfo.cpp1003 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 DDebugInfoMetadata.h2372 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 DDIBuilder.h847 StringRef APINotesFile = {}, DIFile *File = nullptr,
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DDebugInfo.h326 const char *APINotesFile, size_t APINotesFileLen);