Home
last modified time | relevance | path

Searched defs:PGOBBEntries (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/Object/
H A DELF.cpp886 std::vector<PGOAnalysisMap::PGOBBEntry> PGOBBEntries; decodeBBAddrMapImpl() local
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp954 auto &PGOBBEntries = PGOAnalysis.PGOBBEntries.emplace(); dumpBBAddrMapSection() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1524 const auto &PGOBBEntries = PGOEntry.PGOBBEntries.value(); writeSectionContent() local
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h195 std::optional<std::vector<PGOBBEntry>> PGOBBEntries; member