Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp75 struct Annotation2MetadataLegacy : public ModulePass { struct
78 Annotation2MetadataLegacy() : ModulePass(ID) { in Annotation2MetadataLegacy() argument
91 char Annotation2MetadataLegacy::ID = 0;
93 INITIALIZE_PASS_BEGIN(Annotation2MetadataLegacy, DEBUG_TYPE,
95 INITIALIZE_PASS_END(Annotation2MetadataLegacy, DEBUG_TYPE,
99 return new Annotation2MetadataLegacy(); in createAnnotation2MetadataLegacyPass()