Searched refs:emitAccel (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1211 void DwarfDebug::emitAccel(DwarfAccelTable &Accel, MCSection *Section, in emitAccel() function in DwarfDebug 1222 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 1229 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 1235 emitAccel(AccelNamespace, in emitAccelNamespaces() 1242 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
|
D | DwarfDebug.h | 344 void emitAccel(DwarfAccelTable &Accel, MCSection *Section,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1520 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel() function in DwarfDebug 1540 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 1547 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 1553 emitAccel(AccelNamespace, in emitAccelNamespaces() 1560 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
|
D | DwarfDebug.h | 371 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|