Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp398 dwarf::Form FinalForm = dwarf::DW_FORM_ref4; in applyPatches() local
406 FinalForm = dwarf::DW_FORM_ref_addr; in applyPatches()
410 Section.apply(Patch.PatchOffset, FinalForm, FinalOffset); in applyPatches()