Home
last modified time | relevance | path

Searched refs:forEachAcceleratorRecord (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.h56 forEachAcceleratorRecord(function_ref<void(AccelInfo &)> Handler) override { in forEachAcceleratorRecord() function
H A DDWARFLinkerUnit.h155 forEachAcceleratorRecord(function_ref<void(AccelInfo &)> Handler) = 0; in getDebugStrIndex()
H A DDWARFLinkerUnit.cpp204 forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitPubAccelerators()
H A DDWARFLinkerImpl.cpp1016 CU->forEachAcceleratorRecord([&](DwarfUnit::AccelInfo &Info) { in forEachOutputString()
1217 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitAppleAcceleratorSections()
1350 CU->forEachAcceleratorRecord([&](const DwarfUnit::AccelInfo &Info) { in emitDWARFv5DebugNamesSection()
H A DDWARFLinkerCompileUnit.h575 forEachAcceleratorRecord(function_ref<void(AccelInfo &)> Handler) override { in forEachAcceleratorRecord() function