Searched defs:BBAddrMapSection (Results 1 – 2 of 2) sorted by relevance
343 struct BBAddrMapSection : Section { struct347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument349 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()353 static bool classof(const Chunk *S) { in classof()
1357 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local