Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp63 bool applyDebugifyMetadata(Module &M, in applyDebugifyMetadata() function
311 return applyDebugifyMetadata(M, M.functions(), "ModuleDebugify: "); in runOnModule()
329 return applyDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction()
426 applyDebugifyMetadata(M, M.functions(), "ModuleDebugify: "); in run()