Searched refs:Accel (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 386 static void getDies(DWARFContext &DICtx, const AppleAcceleratorTable &Accel, in getDies() argument 388 for (const auto &Entry : Accel.equal_range(Name)) { in getDies() 417 static void getDies(DWARFContext &DICtx, const DWARFDebugNames &Accel, in getDies() argument 419 for (const auto &Entry : Accel.equal_range(Name)) { in getDies()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 500 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
|
| H A D | DwarfDebug.cpp | 2313 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel() argument 2318 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()
|