Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1109 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
1111 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
1112 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc509 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc509 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);