Home
last modified time | relevance | path

Searched refs:getSectionLabel (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h844 const MCSymbol *getSectionLabel(const MCSection *S);
H A DDwarfCompileUnit.cpp82 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
598 DD->getSectionLabel(&Ranges.front().Begin->getSection()) == in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp2695 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); in emitRangeList()
3460 const MCSymbol *DwarfDebug::getSectionLabel(const MCSection *S) { in getSectionLabel() function in DwarfDebug
H A DDwarfUnit.cpp319 Base = DD->getSectionLabel(&Label->getSection()); in addPoolOpAddress()