Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp461 SectionDescriptor &OutLocationSection = in emitLocations() local
465 uint64_t OffsetAfterUnitLength = emitLocListHeader(OutLocationSection); in emitLocations()
499 OutLocationSection, Patch.AddrAdjustmentValue, in emitLocations()
507 OutLocationSection.OS.tell()); in emitLocations()
508 emitLocListFragment(LinkedLocationExpressions, OutLocationSection); in emitLocations()
513 OutLocationSection.getFormParams().getDwarfOffsetByteSize() < in emitLocations()
515 OutLocationSection.apply( in emitLocations()
517 OutLocationSection.getFormParams().getDwarfOffsetByteSize(), in emitLocations()
519 OutLocationSection.OS.tell() - OffsetAfterUnitLength); in emitLocations()
525 uint64_t CompileUnit::emitLocListHeader(SectionDescriptor &OutLocationSection) { in emitLocListHeader() argument
[all …]
H A DDWARFLinkerCompileUnit.h618 uint64_t emitLocListHeader(SectionDescriptor &OutLocationSection);
623 SectionDescriptor &OutLocationSection);