Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h618 uint64_t emitLocListHeader(SectionDescriptor &OutLocationSection);
H A DDWARFLinkerCompileUnit.cpp465 uint64_t OffsetAfterUnitLength = emitLocListHeader(OutLocationSection); in emitLocations()
525 uint64_t CompileUnit::emitLocListHeader(SectionDescriptor &OutLocationSection) { in emitLocListHeader() function in CompileUnit