Home
last modified time | relevance | path

Searched refs:UnitHandler (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h307 void forEachCompileAndTypeUnit(function_ref<void(DwarfUnit *CU)> UnitHandler);
310 void forEachCompileUnit(function_ref<void(CompileUnit *CU)> UnitHandler);
H A DDWARFLinkerImpl.cpp1076 function_ref<void(DwarfUnit *CU)> UnitHandler) { in forEachCompileAndTypeUnit() argument
1078 UnitHandler(ArtificialTypeUnit.get()); in forEachCompileAndTypeUnit()
1084 UnitHandler(ModuleUnit.Unit.get()); in forEachCompileAndTypeUnit()
1090 UnitHandler(CU.get()); in forEachCompileAndTypeUnit()
1094 function_ref<void(CompileUnit *CU)> UnitHandler) { in forEachCompileUnit() argument
1099 UnitHandler(ModuleUnit.Unit.get()); in forEachCompileUnit()
1105 UnitHandler(CU.get()); in forEachCompileUnit()