Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp83 std::function<bool(DIBuilder &DIB, Function &F)> ApplyToMF) { in applyDebugifyMetadata() argument
191 if (ApplyToMF) in applyDebugifyMetadata()
192 ApplyToMF(DIB, F); in applyDebugifyMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h61 std::function<bool(DIBuilder &, Function &)> ApplyToMF);