Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp365 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 DDwarfDebug.h504 void emitAccel(AccelTableT &Accel, MCSection *Section, StringRef TableName);
H A DDwarfDebug.cpp2241 void DwarfDebug::emitAccel(AccelTableT &Accel, MCSection *Section, in emitAccel() argument
2246 emitAppleAccelTable(Asm, Accel, TableName, Section->getBeginSymbol()); in emitAccel()