Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp835 ValueProfData *allocValueProfDataInstrProf(size_t TotalSizeInBytes) { in allocValueProfDataInstrProf() argument
837 (ValueProfData *)(new (::operator new(TotalSizeInBytes)) ValueProfData()); in allocValueProfDataInstrProf()
838 memset(VD, 0, TotalSizeInBytes); in allocValueProfDataInstrProf()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc451 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc451 ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);