Searched refs:printMetadata (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1653 void printMetadata(StringRef Name, const Metadata *MD,
1717 void MDFieldPrinter::printMetadata(StringRef Name, const Metadata *MD, function in class:MDFieldPrinter
1846 Printer.printMetadata("scope", DL->getRawScope(), /* ShouldSkipNull */ false);
1847 Printer.printMetadata("inlinedAt", DL->getRawInlinedAt());
1861 Printer.printMetadata("count", N->getCount().dyn_cast<DIVariable *>(),
1872 Printer.printMetadata("lowerBound", LBound, /*ShouldSkipNull */ true);
1880 Printer.printMetadata("upperBound", UBound, /*ShouldSkipNull */ true);
1887 Printer.printMetadata("stride", Stride, /*ShouldSkipNull */ true);
1926 Printer.printMetadata("scope", N->getRawScope());
1927 Printer.printMetadata("fil
[all...]

Completed in 104 milliseconds