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.h1167 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
1174 APINotesFile == RHS->getRawAPINotesFile() &&
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3126 MDString *getRawAPINotesFile() const { return getOperandAs<MDString>(5); } in getRawAPINotesFile() function