Home
last modified time | relevance | path

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

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