Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp176 class InstrOrderFileLegacyPass : public ModulePass { class
180 InstrOrderFileLegacyPass() : ModulePass(ID) { in InstrOrderFileLegacyPass() function in __anon9ed1f4670111::InstrOrderFileLegacyPass
190 bool InstrOrderFileLegacyPass::runOnModule(Module &M) { in runOnModule()
204 INITIALIZE_PASS_BEGIN(InstrOrderFileLegacyPass, "instrorderfile",
206 INITIALIZE_PASS_END(InstrOrderFileLegacyPass, "instrorderfile",
209 char InstrOrderFileLegacyPass::ID = 0;
212 return new InstrOrderFileLegacyPass(); in createInstrOrderFilePass()