Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h313 struct BBAddrMapSection : Section { struct
316 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
318 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
322 static bool classof(const Chunk *S) { in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1129 MCSection *BBAddrMapSection = in emitBBAddrMapSection() local