Home
last modified time | relevance | path

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

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