Searched refs:getAPINotesFile (Results 1 – 4 of 4) sorted by relevance
1139 if (!M->getAPINotesFile().empty()) in getOrCreateModule()1140 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
2337 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()2362 StringRef getAPINotesFile() const { return getStringOperand(5); } in getAPINotesFile() function
2211 Printer.printString("apinotes", N->getAPINotesFile()); in writeDIModule()
2568 EXPECT_EQ(APINotes, N->getAPINotesFile()); in TEST_F()