Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h306 void forEachCompileAndTypeUnit(function_ref<void(DwarfUnit *CU)> UnitHandler);
309 void forEachCompileUnit(function_ref<void(CompileUnit *CU)> UnitHandler);
H A DDWARFLinkerImpl.cpp1074 function_ref<void(DwarfUnit *CU)> UnitHandler) { in forEachCompileAndTypeUnit() argument
1076 UnitHandler(ArtificialTypeUnit.get()); in forEachCompileAndTypeUnit()
1082 UnitHandler(ModuleUnit.Unit.get()); in forEachCompileAndTypeUnit()
1088 UnitHandler(CU.get()); in forEachCompileAndTypeUnit()
1092 function_ref<void(CompileUnit *CU)> UnitHandler) { in forEachCompileUnit() argument
1097 UnitHandler(ModuleUnit.Unit.get()); in forEachCompileUnit()
1103 UnitHandler(CU.get()); in forEachCompileUnit()