Home
last modified time | relevance | path

Searched refs:SectionLabels (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h330 DenseMap<const MCSection *, const MCSymbol *> SectionLabels; variable
H A DDwarfDebug.cpp2751 SectionLabels.insert(std::make_pair(&Sym->getSection(), Sym)); in addSectionLabel()
2755 return SectionLabels.find(S)->second; in getSectionLabel()