Home
last modified time | relevance | path

Searched defs:SectionDescriptor (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h155 SectionDescriptor(DebugSectionKind SectionKind, LinkingGlobalData &GlobalData, in SectionDescriptor() argument
182 uint64_t StartOffset = 0;
185 raw_svector_ostream OS;
221 StringRef getContents() override { in getContents()
230 void emitUnitLength(uint64_t Length) { in emitUnitLength()
236 void maybeEmitDwarf64Mark() { in maybeEmitDwarf64Mark()
243 void emitOffset(uint64_t Val) { in emitOffset()
261 void emitStringPlaceholder() { in emitStringPlaceholder()
288 LinkingGlobalData &GlobalData;
291 OutSectionDataTy Contents;
[all …]