Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp69 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs); in dumpAccelSection() local
70 if (!Accel.extract()) in dumpAccelSection()
72 Accel.dump(OS); in dumpAccelSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h368 void emitAccel(DwarfAccelTable &Accel, MCSection *Section,
DDwarfDebug.cpp1307 void DwarfDebug::emitAccel(DwarfAccelTable &Accel, MCSection *Section, in emitAccel() argument
1309 Accel.FinalizeTable(Asm, TableName); in emitAccel()
1313 Accel.emit(Asm, Section->getBeginSymbol(), this); in emitAccel()