Home
last modified time | relevance | path

Searched refs:tryGetSectionDescriptor (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.cpp366 RangeSection = tryGetSectionDescriptor(DebugSectionKind::DebugRngLists); in applyPatches()
368 RangeSection = tryGetSectionDescriptor(DebugSectionKind::DebugRange); in applyPatches()
382 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLocLists); in applyPatches()
384 LocationSection = tryGetSectionDescriptor(DebugSectionKind::DebugLoc); in applyPatches()
H A DOutputSections.h349 tryGetSectionDescriptor(DebugSectionKind SectionKind) const { in tryGetSectionDescriptor() function
361 tryGetSectionDescriptor(DebugSectionKind SectionKind) { in tryGetSectionDescriptor() function
H A DDWARFLinkerCompileUnit.cpp336 tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) { in updateDieRefPatchesWithClonedOffsets()
357 tryGetSectionDescriptor(DebugSectionKind::DebugLoc)) { in updateDieRefPatchesWithClonedOffsets()
369 tryGetSectionDescriptor(DebugSectionKind::DebugLocLists)) { in updateDieRefPatchesWithClonedOffsets()
H A DDWARFLinkerImpl.cpp891 CU->tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) in printStatistic()