Searched refs:Accel (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 365 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies() argument 367 for (const auto &Entry : Accel.equal_range(Name)) { in getDies() 396 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies() argument 398 for (const auto &Entry : Accel.equal_range(Name)) { in getDies()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 504 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
| H A D | DwarfDebug.cpp | 2241 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel() argument 2246 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|