Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h29 using DebugVarMap = llvm::MapVector<const llvm::DILocalVariable *, unsigned>; variable
43 DebugVarMap DIVariables;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp478 static bool checkVars(const DebugVarMap &DIVarsBefore, in checkVars()
479 const DebugVarMap &DIVarsAfter, in checkVars()