Home
last modified time | relevance | path

Searched refs:getOrCreateSectionDescriptor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp47 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in emitAbbreviations()
99 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitDebugInfo()
110 &getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev)}); in emitDebugInfo()
136 getOrCreateSectionDescriptor(DebugSectionKind::DebugStrOffsets); in emitDebugStringOffsetSection()
186 &getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo)}); in emitPubAcceleratorEntry()
211 getOrCreateSectionDescriptor(DebugSectionKind::DebugPubNames), Info, in emitPubAccelerators()
216 getOrCreateSectionDescriptor(DebugSectionKind::DebugPubTypes), Info, in emitPubAccelerators()
227 getOrCreateSectionDescriptor(DebugSectionKind::DebugPubNames); in emitPubAccelerators()
238 getOrCreateSectionDescriptor(DebugSectionKind::DebugPubTypes); in emitPubAccelerators()
H A DDWARFLinkerTypeUnit.cpp38 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in TypeUnit()
49 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in createDIETree()
51 getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in createDIETree()
132 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in prepareDataForTreeCreation()
345 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in finishCloningAndEmit()
346 getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in finishCloningAndEmit()
347 getOrCreateSectionDescriptor(DebugSectionKind::DebugStrOffsets); in finishCloningAndEmit()
348 getOrCreateSectionDescriptor(DebugSectionKind::DebugAbbrev); in finishCloningAndEmit()
351 getOrCreateSectionDescriptor(DebugSectionKind::DebugPubNames); in finishCloningAndEmit()
352 getOrCreateSectionDescriptor(DebugSectionKind::DebugPubTypes); in finishCloningAndEmit()
H A DDWARFLinkerImpl.cpp712 getOrCreateSectionDescriptor(DebugSectionKind::DebugLoc).OS in emitInvariantSections()
714 getOrCreateSectionDescriptor(DebugSectionKind::DebugLocLists).OS in emitInvariantSections()
716 getOrCreateSectionDescriptor(DebugSectionKind::DebugRange).OS in emitInvariantSections()
718 getOrCreateSectionDescriptor(DebugSectionKind::DebugRngLists).OS in emitInvariantSections()
720 getOrCreateSectionDescriptor(DebugSectionKind::DebugARanges).OS in emitInvariantSections()
722 getOrCreateSectionDescriptor(DebugSectionKind::DebugFrame).OS in emitInvariantSections()
724 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr).OS in emitInvariantSections()
752 getOrCreateSectionDescriptor(DebugSectionKind::DebugFrame); in cloneAndEmitDebugFrame()
1120 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1121 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::DebugLineStr); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
[all …]
H A DDWARFLinkerCompileUnit.cpp36 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
48 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
455 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitLocations()
459 getOrCreateSectionDescriptor(LocationSectionKind); in emitLocations()
640 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr); in emitDebugAddrSection()
695 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in cloneAndEmitRangeList()
697 getOrCreateSectionDescriptor(RngSectionKind); in cloneAndEmitRangeList()
840 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitAranges()
842 getOrCreateSectionDescriptor(DebugSectionKind::DebugARanges); in emitAranges()
924 ? getOrCreateSectionDescriptor(DebugSectionKind::DebugMacro) in emitMacroTableImpl()
[all …]
H A DOutputSections.h375 getOrCreateSectionDescriptor(DebugSectionKind SectionKind) { in getOrCreateSectionDescriptor() function
H A DDebugLineSectionEmitter.h38 U.getOrCreateSectionDescriptor(DebugSectionKind::DebugLine); in emit()