Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h407 DenseMap<const MCSection *, const MCSymbol *> SectionLabels; variable
H A DDwarfDebug.cpp4087 return SectionLabels.lookup(S); in getSectionLabel()
4091 if (SectionLabels.insert(std::make_pair(&S->getSection(), S)).second) in insertSectionLabel()