Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1019 std::vector<uint64_t> OffsetsToUse; in readImpl() local
1023 OffsetsToUse.push_back(FuncEntry.second); in readImpl()
1032 OffsetsToUse.push_back(iter->second); in readImpl()
1036 for (auto Offset : OffsetsToUse) { in readImpl()