Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h977 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
984 APINotesFile == RHS->getRawAPINotesFile() &&
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2425 MDString *getRawAPINotesFile() const { return getOperandAs<MDString>(5); } in getRawAPINotesFile() function