Home
last modified time | relevance | path

Searched refs:BBRangeEntry (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h169 struct BBRangeEntry { struct
176 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h931 struct BBRangeEntry {
936 bool operator==(const BBRangeEntry &Other) const {
945 std::vector<BBRangeEntry> BBRanges;
977 const std::vector<BBRangeEntry> &getBBRanges() const { return BBRanges; }
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp840 std::vector<BBAddrMap::BBRangeEntry> BBRangeEntries; in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1837 void MappingTraits<ELFYAML::BBAddrMapEntry::BBRangeEntry>::mapping( in mapping()
1838 IO &IO, ELFYAML::BBAddrMapEntry::BBRangeEntry &E) { in mapping()
H A DELFEmitter.cpp1493 for (const ELFYAML::BBAddrMapEntry::BBRangeEntry &BBR : *E.BBRanges) { in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7809 for (const BBAddrMap::BBRangeEntry &BBR : AM.BBRanges) { in printBBAddrMaps()