Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp138 bool llvm::applyDebugifyMetadata( in applyDebugifyMetadata() function in llvm
287 return applyDebugifyMetadata(M, make_range(FuncIt, std::next(FuncIt)), in applyDebugify()
299 return applyDebugifyMetadata(M, M.functions(), in applyDebugify()
1065 applyDebugifyMetadata(M, M.functions(), in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp199 return applyDebugifyMetadata( in runOnModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h61 applyDebugifyMetadata(Module &M, iterator_range<Module::iterator> Functions,