Lines Matching refs:DebugSectionKind
37 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
49 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in CompileUnit()
336 tryGetSectionDescriptor(DebugSectionKind::DebugInfo)) { in updateDieRefPatchesWithClonedOffsets()
357 tryGetSectionDescriptor(DebugSectionKind::DebugLoc)) { in updateDieRefPatchesWithClonedOffsets()
369 tryGetSectionDescriptor(DebugSectionKind::DebugLocLists)) { in updateDieRefPatchesWithClonedOffsets()
448 emitLocations(DebugSectionKind::DebugLoc); in cloneAndEmitDebugLocations()
452 emitLocations(DebugSectionKind::DebugLocLists); in cloneAndEmitDebugLocations()
456 void CompileUnit::emitLocations(DebugSectionKind LocationSectionKind) { in emitLocations()
458 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitLocations()
643 getOrCreateSectionDescriptor(DebugSectionKind::DebugAddr); in emitDebugAddrSection()
687 cloneAndEmitRangeList(DebugSectionKind::DebugRange, LinkedFunctionRanges); in cloneAndEmitRanges()
691 cloneAndEmitRangeList(DebugSectionKind::DebugRngLists, LinkedFunctionRanges); in cloneAndEmitRanges()
695 void CompileUnit::cloneAndEmitRangeList(DebugSectionKind RngSectionKind, in cloneAndEmitRangeList()
698 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in cloneAndEmitRangeList()
843 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in emitAranges()
845 getOrCreateSectionDescriptor(DebugSectionKind::DebugARanges); in emitAranges()
927 ? getOrCreateSectionDescriptor(DebugSectionKind::DebugMacro) in emitMacroTableImpl()
928 : getOrCreateSectionDescriptor(DebugSectionKind::DebugMacinfo); in emitMacroTableImpl()
975 &getOrCreateSectionDescriptor(DebugSectionKind::DebugLine)}); in emitMacroTableImpl()
1260 getOrCreateSectionDescriptor(DebugSectionKind::DebugInfo); in cloneAndEmit()
1496 ArtificialTypeUnit->getSectionDescriptor(DebugSectionKind::DebugInfo); in createTypeDIEandCloneAttributes()