Home
last modified time | relevance | path

Searched defs:FuncPair (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp481 using FuncPair = detail::DenseMapPair<uint64_t, InstrProfRecord>; in writeText() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2353 for (const auto &FuncPair : HotFunc) { in showHotFunctionList() local