Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1593 using ResultEntryType = std::pair<uint32_t, CVSymbol>; in dumpGlobals() typedef
1597 std::vector<ResultEntryType> Results = in dumpGlobals()
1605 for (ResultEntryType Result : Results) { in dumpGlobals()