Home
last modified time | relevance | path

Searched defs:BBAddrMapSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h250 struct BBAddrMapSection : Section { struct
253 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
255 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
259 static bool classof(const Chunk *S) { in classof()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1064 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local