Home
last modified time | relevance | path

Searched refs:BBEntries (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp867 std::vector<ELFYAML::BBAddrMapEntry::BBEntry> BBEntries; in dumpBBAddrMapSection() local
873 BBEntries.push_back({Offset, Size, Metadata}); in dumpBBAddrMapSection()
875 Entries.push_back({Address, BBEntries}); in dumpBBAddrMapSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp1347 size_t NumBlocks = E.BBEntries ? E.BBEntries->size() : 0; in writeSectionContent()
1352 for (const ELFYAML::BBAddrMapEntry::BBEntry &BBE : *E.BBEntries) in writeSectionContent()
DELFYAML.cpp1544 IO.mapOptional("BBEntries", E.BBEntries); in mapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h132 Optional<std::vector<BBEntry>> BBEntries; member