Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp68 struct Annotation2MetadataLegacy : public ModulePass { struct
71 Annotation2MetadataLegacy() : ModulePass(ID) { in Annotation2MetadataLegacy() function
84 char Annotation2MetadataLegacy::ID = 0;
86 INITIALIZE_PASS_BEGIN(Annotation2MetadataLegacy, DEBUG_TYPE,
88 INITIALIZE_PASS_END(Annotation2MetadataLegacy, DEBUG_TYPE,
92 return new Annotation2MetadataLegacy(); in createAnnotation2MetadataLegacyPass()