Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h25 using DebugFnMap = llvm::MapVector<llvm::StringRef, const llvm::DISubprogram *>; variable
34 DebugFnMap DIFunctions;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DDebugify.cpp357 static bool checkFunctions(const DebugFnMap &DIFunctionsBefore, in checkFunctions()
358 const DebugFnMap &DIFunctionsAfter, in checkFunctions()