Home
last modified time | relevance | path

Searched refs:getSectionSym (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h178 return Skeleton->getSectionSym(); in getLocalSectionSym()
179 return getSectionSym(); in getLocalSectionSym()
182 MCSymbol *getSectionSym() const { in getSectionSym() function
DDIE.cpp388 AP->EmitLabelPlusOffset(CU->getSectionSym(), Addr, in EmitValue()
391 AP->EmitLabelOffsetDifference(CU->getSectionSym(), Addr, in EmitValue()
392 CU->getSectionSym(), in EmitValue()
DDwarfDebug.cpp1910 Asm->EmitSectionOffset(TheU->getLabelBegin(), TheU->getSectionSym()); in emitDebugPubSection()