Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h911 const MCSymbol *getSectionLabel(const MCSection *S);
H A DDwarfCompileUnit.cpp97 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
658 DD->getSectionLabel(&Ranges.front().Begin->getSection()) == in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp2846 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); in emitRangeList()
3636 const MCSymbol *DwarfDebug::getSectionLabel(const MCSection *S) { in getSectionLabel() function in DwarfDebug
H A DDwarfUnit.cpp313 Base = DD->getSectionLabel(&Label->getSection()); in addPoolOpAddress()