Searched refs:DXILPrettyPrinterLegacy (Results 1 – 1 of 1) sorted by relevance
263 class DXILPrettyPrinterLegacy : public llvm::ModulePass { class269 explicit DXILPrettyPrinterLegacy(raw_ostream &O) : ModulePass(ID), OS(O) {} in DXILPrettyPrinterLegacy() function in __anon2fdbbde50211::DXILPrettyPrinterLegacy284 char DXILPrettyPrinterLegacy::ID = 0;285 INITIALIZE_PASS_BEGIN(DXILPrettyPrinterLegacy, "dxil-pretty-printer",289 INITIALIZE_PASS_END(DXILPrettyPrinterLegacy, "dxil-pretty-printer", in INITIALIZE_PASS_DEPENDENCY()292 bool DXILPrettyPrinterLegacy::runOnModule(Module &M) { in INITIALIZE_PASS_DEPENDENCY()302 return new DXILPrettyPrinterLegacy(OS); in createDXILPrettyPrinterLegacyPass()