Searched refs:BBRangeEntry (Results 1 – 6 of 6) sorted by relevance
169 struct BBRangeEntry { struct176 std::optional<std::vector<BBRangeEntry>> BBRanges;766 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::BBAddrMapEntry::BBRangeEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()935 template <> struct MappingTraits<ELFYAML::BBAddrMapEntry::BBRangeEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()936 static void mapping(IO &IO, ELFYAML::BBAddrMapEntry::BBRangeEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
931 struct BBRangeEntry {936 bool operator==(const BBRangeEntry &Other) const {945 std::vector<BBRangeEntry> BBRanges;977 const std::vector<BBRangeEntry> &getBBRanges() const { return BBRanges; }
840 std::vector<BBAddrMap::BBRangeEntry> BBRangeEntries; in decodeBBAddrMapImpl()
1837 void MappingTraits<ELFYAML::BBAddrMapEntry::BBRangeEntry>::mapping( in mapping()1838 IO &IO, ELFYAML::BBAddrMapEntry::BBRangeEntry &E) { in mapping()
1493 for (const ELFYAML::BBAddrMapEntry::BBRangeEntry &BBR : *E.BBRanges) { in writeSectionContent()
7809 for (const BBAddrMap::BBRangeEntry &BBR : AM.BBRanges) { in printBBAddrMaps()