Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp1117 using FuncPair = detail::DenseMapPair<uint64_t, InstrProfRecord>; in writeText() typedef
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp3123 for (const auto &FuncPair : HotFunc) { in showHotFunctionList() local