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.h929 const MCSymbol *getSectionLabel(const MCSection *S);
H A DDwarfCompileUnit.cpp123 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
689 DD->getSectionLabel(&Ranges.front().Begin->getSection()) == in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp3295 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); in emitRangeList()
4086 const MCSymbol *DwarfDebug::getSectionLabel(const MCSection *S) { in getSectionLabel() function in DwarfDebug
H A DDwarfUnit.cpp349 Base = DD->getSectionLabel(&Label->getSection()); in addPoolOpAddress()