Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp636 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
638 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
639 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc430 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc430 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);