Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp334 tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) { in updateDieRefPatchesWithClonedOffsets()
355 tryGetSectionDescriptor(DebugSectionKind::DebugLoc)) { in updateDieRefPatchesWithClonedOffsets()
367 tryGetSectionDescriptor(DebugSectionKind::DebugLocLists)) { in updateDieRefPatchesWithClonedOffsets()
H A DDWARFLinkerImpl.cpp893 CU->tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) in printStatistic()