Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h405 DenseMap<const MCSection *, const MCSymbol *> SectionLabels; variable
H A DDwarfDebug.cpp2972 // In v5 (see emitLocList), this uses SectionLabels to reuse existing in emitDebugLocDWO()
3637 return SectionLabels.lookup(S); in getDwarfSectionOffsetForm()
3641 if (SectionLabels.insert(std::make_pair(&S->getSection(), S)).second) in getDwarfSectionOffsetForm()