Searched refs:LayoutIdx (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 168 uint32_t LayoutIdx) { in markSectionStart() argument 170 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart() 171 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart() 202 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() argument 204 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection() 441 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() 478 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection() 779 for (uint32_t LayoutIdx = 0; LayoutIdx < SectionHdrLayout.size(); in writeSecHdrTable() local 780 LayoutIdx++) { in writeSecHdrTable() 781 assert(IndexMap[LayoutIdx] < SecHdrTable.size() && in writeSecHdrTable() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 300 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx); 301 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx, 327 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx,
|