Home
last modified time | relevance | path

Searched refs:getAPINotesFile (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1084 if (!M->getAPINotesFile().empty()) in getOrCreateModule()
1085 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2328 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2353 StringRef getAPINotesFile() const { return getStringOperand(5); } in getAPINotesFile() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2258 Printer.printString("apinotes", N->getAPINotesFile()); in writeDIModule()