Home
last modified time | relevance | path

Searched refs:GCMetadataPrinterRegistry (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCMetadataPrinter.cpp17 LLVM_INSTANTIATE_REGISTRY(GCMetadataPrinterRegistry)
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h35 using GCMetadataPrinterRegistry = Registry<GCMetadataPrinter>; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp39 static GCMetadataPrinterRegistry::Add<ErlangGCPrinter>
H A DOcamlGCPrinter.cpp46 static GCMetadataPrinterRegistry::Add<OcamlGCMetadataPrinter>
H A DAsmPrinter.cpp4138 for (const GCMetadataPrinterRegistry::entry &GCMetaPrinter : in getOrCreateGCPrinter()
4139 GCMetadataPrinterRegistry::entries()) in getOrCreateGCPrinter()