Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp358 const DebugFnMap &DIFunctionsAfter, in checkFunctions() argument
363 for (const auto &F : DIFunctionsAfter) { in checkFunctions()
461 const DebugVarMap &DIFunctionsAfter, in checkVars() argument
466 auto VarIt = DIFunctionsAfter.find(V.first); in checkVars()
467 if (VarIt == DIFunctionsAfter.end()) in checkVars()
594 auto DIFunctionsAfter = DIPreservationAfter[NameOfWrappedPass].DIFunctions; in checkDebugInfoMetadata() local
608 checkFunctions(DIFunctionsBefore, DIFunctionsAfter, NameOfWrappedPass, in checkDebugInfoMetadata()