Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h28 using DebugFnMap = variable
38 DebugFnMap DIFunctions;
/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp377 static bool checkFunctions(const DebugFnMap &DIFunctionsBefore,
378 const DebugFnMap &DIFunctionsAfter, in checkFunctions()