Searched refs:LayoutIdx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 166 uint32_t LayoutIdx) { in markSectionStart() argument 168 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart() 169 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart() 200 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() argument 201 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection() 202 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection() 210 OutputStream->tell() - SectionStart, LayoutIdx}); in addNewSection() 423 SecType Type, uint32_t LayoutIdx, const SampleProfileMap &ProfileMap) { in writeOneSection() argument 439 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() 476 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 316 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx); 317 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx, 343 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx,
|