Home
last modified time | relevance | path

Searched refs:getRawAPINotesFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h999 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
1006 APINotesFile == RHS->getRawAPINotesFile() &&
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2537 MDString *getRawAPINotesFile() const { return getOperandAs<MDString>(5); } in getRawAPINotesFile() function