Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h74 bool collectDebugInfoMetadata(Module &M,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp221 return collectDebugInfoMetadata(M, M.functions(), *DIPreservationMap, in applyDebugify()
234 return collectDebugInfoMetadata(M, M.functions(), *DIPreservationMap, in applyDebugify()
284 bool llvm::collectDebugInfoMetadata(Module &M, in collectDebugInfoMetadata() function in llvm