Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h636 uint64_t emitRangeListHeader(SectionDescriptor &OutRangeSection);
H A DDWARFLinkerCompileUnit.cpp704 uint64_t OffsetAfterUnitLength = emitRangeListHeader(OutRangeSection); in cloneAndEmitRangeList()
770 uint64_t CompileUnit::emitRangeListHeader(SectionDescriptor &OutRangeSection) { in emitRangeListHeader() function in CompileUnit