Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h892 MDString *APINotesFile;
897 MDString *APINotesFile, unsigned LineNo)
900 APINotesFile(APINotesFile), LineNo(LineNo) {}
905 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()) {}
911 APINotesFile == RHS->getRawAPINotesFile() &&
DDebugInfoMetadata.cpp928 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument
933 IncludePath, APINotesFile, LineNo)); in getImpl()
935 IncludePath, APINotesFile}; in getImpl()
DDIBuilder.cpp876 StringRef IncludePath, StringRef APINotesFile, in createModule() argument
879 ConfigurationMacros, IncludePath, APINotesFile, LineNo); in createModule()
DDebugInfo.cpp824 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument
829 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h2309 StringRef IncludePath, StringRef APINotesFile,
2315 getCanonicalMDString(Context, APINotesFile), LineNo, Storage,
2321 MDString *APINotesFile, unsigned LineNo,
2334 StringRef APINotesFile, unsigned LineNo),
2336 APINotesFile, LineNo))
2340 MDString *APINotesFile, unsigned LineNo),
2342 APINotesFile, LineNo))
DDIBuilder.h781 StringRef APINotesFile = {}, DIFile *File = nullptr,
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h301 const char *APINotesFile, size_t APINotesFileLen);