Searched refs:getAPINotesFile (Results 1 – 3 of 3) sorted by relevance
1174 if (!M->getAPINotesFile().empty()) in getOrCreateModule()1175 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
2502 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()2527 StringRef getAPINotesFile() const { return getStringOperand(5); } in getAPINotesFile() function
2381 Printer.printString("apinotes", N->getAPINotesFile()); in writeDIModule()