Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp378 static bool checkFunctions(const DebugFnMap &DIFunctionsBefore, in checkFunctions() argument
387 auto SPIt = DIFunctionsBefore.find(F.first); in checkFunctions()
388 if (SPIt == DIFunctionsBefore.end()) { in checkFunctions()
625 auto DIFunctionsBefore = DebugInfoBeforePass.DIFunctions; in checkDebugInfoMetadata() local
640 checkFunctions(DIFunctionsBefore, DIFunctionsAfter, NameOfWrappedPass, in checkDebugInfoMetadata()