Searched refs:printMetadata (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1816 void printMetadata(StringRef Name, const Metadata *MD, 1880 void MDFieldPrinter::printMetadata(StringRef Name, const Metadata *MD, in printMetadata() function in MDFieldPrinter 2007 Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false); in writeDILocation() 2008 Printer.printMetadata("inlinedAt", DL->getRawInlinedAt()); in writeDILocation() 2031 Printer.printMetadata("count", Count, /*ShouldSkipNull */ true); in writeDISubrange() 2041 Printer.printMetadata("lowerBound", LBound, /*ShouldSkipNull */ true); in writeDISubrange() 2049 Printer.printMetadata("upperBound", UBound, /*ShouldSkipNull */ true); in writeDISubrange() 2056 Printer.printMetadata("stride", Stride, /*ShouldSkipNull */ true); in writeDISubrange() 2086 Printer.printMetadata("count", Count, /*ShouldSkipNull */ true); in writeDIGenericSubrange() 2093 Printer.printMetadata("lowerBound", LBound, /*ShouldSkipNull */ true); in writeDIGenericSubrange() [all …]
|