Home
last modified time | relevance | path

Searched defs:BBEntries (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp650 std::vector<typename Elf_BBAddrMap::BBEntry> BBEntries; in decodeBBAddrMap() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp856 std::vector<ELFYAML::BBAddrMapEntry::BBEntry> BBEntries; in dumpBBAddrMapSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h165 Optional<std::vector<BBEntry>> BBEntries; member