Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h835 const MCSymbol *getSectionLabel(const MCSection *S);
H A DDwarfCompileUnit.cpp81 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
612 DD->getSectionLabel(&Ranges.front().Begin->getSection()) == in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp2801 const MCSymbol *NewBase = DD.getSectionLabel(&Begin->getSection()); in emitRangeList()
3557 const MCSymbol *DwarfDebug::getSectionLabel(const MCSection *S) { in getSectionLabel() function in DwarfDebug
H A DDwarfUnit.cpp312 Base = DD->getSectionLabel(&Label->getSection()); in addPoolOpAddress()