Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp515 OutLocationSection.apply( in emitLocations()
534 OutLocationSection.emitIntVal(5, 2); in emitLocListHeader()
537 OutLocationSection.emitIntVal(OutLocationSection.getFormParams().AddrSize, 1); in emitLocListHeader()
540 OutLocationSection.emitIntVal(0, 1); in emitLocListHeader()
543 OutLocationSection.emitIntVal(0, 4); in emitLocListHeader()
562 OutLocationSection.emitIntVal( in emitLocListFragment()
565 OutLocationSection.emitIntVal( in emitLocListFragment()
575 OutLocationSection.OS in emitLocListFragment()
581 OutLocationSection.emitIntVal(0, in emitLocListFragment()
583 OutLocationSection.emitIntVal(0, in emitLocListFragment()
[all …]
H A DDWARFLinkerCompileUnit.h618 uint64_t emitLocListHeader(SectionDescriptor &OutLocationSection);
623 SectionDescriptor &OutLocationSection);