Searched refs:LayoutIdx (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 84 uint32_t LayoutIdx) { in markSectionStart() argument 86 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in markSectionStart() 87 const auto &Entry = SectionHdrLayout[LayoutIdx]; in markSectionStart() 119 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() argument 120 assert(LayoutIdx < SectionHdrLayout.size() && "LayoutIdx out of range"); in addNewSection() 121 const auto &Entry = SectionHdrLayout[LayoutIdx]; in addNewSection() 129 OutputStream->tell() - SectionStart, LayoutIdx}); in addNewSection() 244 SecType Type, uint32_t LayoutIdx, in writeOneSection() argument 256 uint64_t SectionStart = markSectionStart(Type, LayoutIdx); in writeOneSection() 289 if (std::error_code EC = addNewSection(Type, LayoutIdx, SectionStart)) in writeOneSection() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 234 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx); 235 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx, 261 writeOneSection(SecType Type, uint32_t LayoutIdx,
|