Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp368 static bool checkFunctions(const DebugFnMap &DIFunctionsBefore, in checkFunctions() argument
377 auto SPIt = DIFunctionsBefore.find(F.first); in checkFunctions()
378 if (SPIt == DIFunctionsBefore.end()) { in checkFunctions()
608 auto DIFunctionsBefore = DebugInfoBeforePass.DIFunctions; in checkDebugInfoMetadata() local
623 checkFunctions(DIFunctionsBefore, DIFunctionsAfter, NameOfWrappedPass, in checkDebugInfoMetadata()