Searched defs:BBAddrMapSection (Results 1 – 6 of 6) sorted by relevance
343 struct BBAddrMapSection : Section { struct347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function349 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()353 static bool classof(const Chunk *S) { in classof()
331 struct BBAddrMapSection : Section { struct335 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function337 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()341 static bool classof(const Chunk *S) { in classof()
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()
318 struct BBAddrMapSection : Section { struct321 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() function323 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()327 static bool classof(const Chunk *S) { in classof()
1331 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local