Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h71 DebugOffsetPatch(uint64_t PatchOffset, SectionDescriptor *SectionPtr,
73 : SectionPatch({PatchOffset}), SectionPtr(SectionPtr, AddLocalValue) {}
75 PointerIntPair<SectionDescriptor *, 1> SectionPtr; member
H A DOutputSections.cpp461 uint64_t FinalValue = Patch.SectionPtr.getPointer()->StartOffset; in applyPatches()
464 if (Patch.SectionPtr.getInt()) in applyPatches()