Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h343 struct BBAddrMapSection : Section { struct
347 BBAddrMapSection() : Section(ChunkKind::BBAddrMap) {} in BBAddrMapSection() argument
349 getEntriesBBAddrMapSection getEntries() argument
353 classofBBAddrMapSection classof() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1357 MCSection *BBAddrMapSection = emitBBAddrMapSection() local