Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1139 if (!M->getAPINotesFile().empty()) in getOrCreateModule()
1140 addString(MDie, dwarf::DW_AT_LLVM_apinotes, M->getAPINotesFile()); in getOrCreateModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2337 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2362 StringRef getAPINotesFile() const { return getStringOperand(5); } in getAPINotesFile() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2211 Printer.printString("apinotes", N->getAPINotesFile()); in writeDIModule()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2568 EXPECT_EQ(APINotes, N->getAPINotesFile()); in TEST_F()