Searched refs:collectDebugInfoMetadata (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 227 return collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in applyDebugify() 240 return collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in applyDebugify() 295 bool llvm::collectDebugInfoMetadata(Module &M, in collectDebugInfoMetadata() function in llvm 1004 collectDebugInfoMetadata(M, M.functions(), *DebugInfoBeforePass, in run()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 75 bool collectDebugInfoMetadata(Module &M,
|