Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1701 using ResultEntryType = std::pair<uint32_t, CVSymbol>; in dumpGlobals() typedef
1705 std::vector<ResultEntryType> Results = in dumpGlobals()
1713 for (ResultEntryType Result : Results) { in dumpGlobals()