Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h152 struct SectionDescriptor : SectionDescriptorBase { struct
155 SectionDescriptor(DebugSectionKind SectionKind, LinkingGlobalData &GlobalData, in SectionDescriptor() argument
182 uint64_t StartOffset = 0;
221 /// member of SectionDescriptor contains elf file. This method searches argument
226 StringRef getContents() override { in getContents()
235 void emitUnitLength(uint64_t Length) { in emitUnitLength()
241 void maybeEmitDwarf64Mark() { in maybeEmitDwarf64Mark()
248 void emitOffset(uint64_t Val) { in emitOffset()
260 void emitInplaceString(StringRef String) { in emitInplaceString()
266 void emitStringPlaceholder() { in emitStringPlaceholder()
[all …]