Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h344 DenseMap<const MCSection *, const MCSymbol *> SectionLabels; variable
H A DDwarfDebug.cpp3461 auto I = SectionLabels.find(S); in getSectionLabel()
3462 if (I == SectionLabels.end()) in getSectionLabel()
3467 if (SectionLabels.insert(std::make_pair(&S->getSection(), S)).second) in insertSectionLabel()