Lines Matching refs:SectionDescriptor
69 struct SectionDescriptor;
71 DebugOffsetPatch(uint64_t PatchOffset, SectionDescriptor *SectionPtr,
75 PointerIntPair<SectionDescriptor *, 1> SectionPtr;
152 struct SectionDescriptor : SectionDescriptorBase { struct
155 SectionDescriptor(DebugSectionKind SectionKind, LinkingGlobalData &GlobalData, in SectionDescriptor() function
316 const SectionDescriptor & argument
332 SectionDescriptor &getSectionDescriptor(DebugSectionKind SectionKind) { in getSectionDescriptor()
348 std::optional<const SectionDescriptor *>
360 std::optional<SectionDescriptor *>
372 SectionDescriptor &
377 SectionDescriptor *Section = in getOrCreateSectionDescriptor()
378 new SectionDescriptor(SectionKind, GlobalData, Format, Endianness); in getOrCreateSectionDescriptor()
395 void forEach(function_ref<void(SectionDescriptor &)> Handler) { in forEach()
404 function_ref<void(std::shared_ptr<SectionDescriptor> Section)> Handler) { in forEach()
424 void applyPatches(SectionDescriptor &Section,
466 std::map<DebugSectionKind, std::shared_ptr<SectionDescriptor>>;