Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp357 static bool checkFunctions(const DebugFnMap &DIFunctionsBefore, in checkFunctions() argument
366 auto SPIt = DIFunctionsBefore.find(F.first); in checkFunctions()
367 if (SPIt == DIFunctionsBefore.end()) { in checkFunctions()
460 static bool checkVars(const DebugVarMap &DIFunctionsBefore, in checkVars() argument
465 for (const auto &V : DIFunctionsBefore) { in checkVars()
593 auto DIFunctionsBefore = DIPreservationMap[NameOfWrappedPass].DIFunctions; in checkDebugInfoMetadata() local
608 checkFunctions(DIFunctionsBefore, DIFunctionsAfter, NameOfWrappedPass, in checkDebugInfoMetadata()