Searched refs:emitAccel (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1307 void DwarfDebug::emitAccel(DwarfAccelTable &Accel, MCSection *Section, in emitAccel() function in DwarfDebug 1318 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 1325 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 1331 emitAccel(AccelNamespace, in emitAccelNamespaces() 1338 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
|
D | DwarfDebug.h | 368 void emitAccel(DwarfAccelTable &Accel, MCSection *Section,
|