Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h572 std::pair<const uint8_t *, const uint8_t *> ProfileSecRange; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp756 ProfileSecRange = std::make_pair(Data, End); in readOneSection()
829 Data = ProfileSecRange.first; in read()
830 End = ProfileSecRange.second; in read()