Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h27 using DebugVarMap = llvm::MapVector<const llvm::DILocalVariable *, unsigned>; variable
41 DebugVarMap DIVariables;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp460 static bool checkVars(const DebugVarMap &DIFunctionsBefore, in checkVars()
461 const DebugVarMap &DIFunctionsAfter, in checkVars()