Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h20 using OffsetToUnitTy = function_ref<CompileUnit *(uint64_t Offset)>; variable
89 OffsetToUnitTy UnitFromOffset, dwarf::FormParams Format,
94 OffsetToUnitTy UnitFromOffset, dwarf::FormParams Format,
697 OffsetToUnitTy getUnitFromOffset;
H A DDWARFLinkerCompileUnit.cpp30 OffsetToUnitTy UnitFromOffset, in CompileUnit()
42 DWARFFile &File, OffsetToUnitTy UnitFromOffset, in CompileUnit()