Searched refs:TextSections (Results 1 – 4 of 4) sorted by relevance
46 const std::vector<SectionNameAndRange> TextSections; variable51 std::vector<SectionNameAndRange> TextSections = {})53 TextSections(TextSections) {} in BucketSize()
270 if (TextSections.empty()) in printSectionHotness()287 while (TextSectionIndex < TextSections.size() && in printSectionHotness()288 Address >= TextSections[TextSectionIndex].EndAddress) in printSectionHotness()290 if (TextSectionIndex >= TextSections.size() || in printSectionHotness()291 Address + BucketSize < TextSections[TextSectionIndex].BeginAddress) { in printSectionHotness()295 SectionHotness[TextSections[TextSectionIndex].Name] += KV.second; in printSectionHotness()302 for (auto &TextSection : TextSections) { in printSectionHotness()
216 std::set<std::pair<uint64_t, uint64_t>> TextSections; variable
608 TextSections.insert({SectionOffset, SectSize}); in disassemble()