Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp386 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 DDwarfDebug.h500 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp2313 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel() argument
2318 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()