Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp63 bool applyDebugifyMetadata(Module &M, in applyDebugifyMetadata() function
312 return applyDebugifyMetadata(M, M.functions(), "ModuleDebugify: "); in runOnModule()
330 return applyDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in runOnFunction()
427 applyDebugifyMetadata(M, M.functions(), "ModuleDebugify: "); in run()