Home
last modified time | relevance | path

Searched refs:getBeginSymbol (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSection.h54 MCSymbol *getBeginSymbol() const { return Begin; } in getBeginSymbol() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h170 return Section->getBeginSymbol(); in getSectionSym()
DAsmPrinterDwarf.cpp180 EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4); in emitSectionOffset()
DDwarfCompileUnit.cpp253 TLOF.getDwarfLineSection()->getBeginSymbol()); in initStmtList()
380 TLOF.getDwarfRangesSection()->getBeginSymbol(); in addScopeRangeList()
DDIE.cpp569 AP->EmitLabelDifference(Label, Label->getSection().getBeginSymbol(), 4); in EmitValue()
DDwarfDebug.cpp563 const MCSymbol *Sym = TLOF.getDwarfAddrSection()->getBeginSymbol(); in finalizeModuleInfo()
568 const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol(); in finalizeModuleInfo()
1292 Accel.emit(Asm, Section->getBeginSymbol(), this); in emitAccel()
DDwarfUnit.cpp274 DIEDelta(Symb, TLOF.getDwarfStrSection()->getBeginSymbol()); in addLocalString()
1606 Asm->emitSectionOffset(TLOF.getDwarfAbbrevSection()->getBeginSymbol()); in emitHeader()
/external/llvm/lib/MC/
DMCStreamer.cpp675 MCSymbol *Sym = Section->getBeginSymbol(); in SwitchSection()