Searched refs:APINotesFile (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContextImpl.h | 892 MDString *APINotesFile; 897 MDString *APINotesFile, unsigned LineNo) 900 APINotesFile(APINotesFile), LineNo(LineNo) {} 905 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()) {} 911 APINotesFile == RHS->getRawAPINotesFile() &&
|
D | DebugInfoMetadata.cpp | 928 MDString *IncludePath, MDString *APINotesFile, in getImpl() argument 933 IncludePath, APINotesFile, LineNo)); in getImpl() 935 IncludePath, APINotesFile}; in getImpl()
|
D | DIBuilder.cpp | 876 StringRef IncludePath, StringRef APINotesFile, in createModule() argument 879 ConfigurationMacros, IncludePath, APINotesFile, LineNo); in createModule()
|
D | DebugInfo.cpp | 824 const char *APINotesFile, size_t APINotesFileLen) { in LLVMDIBuilderCreateModule() argument 829 StringRef(APINotesFile, APINotesFileLen))); in LLVMDIBuilderCreateModule()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2309 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))
|
D | DIBuilder.h | 781 StringRef APINotesFile = {}, DIFile *File = nullptr,
|
/external/llvm-project/llvm/include/llvm-c/ |
D | DebugInfo.h | 301 const char *APINotesFile, size_t APINotesFileLen);
|