Home
last modified time | relevance | path

Searched refs:DebugFrame (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp23 .Case(getSectionName(DebugSectionKind::DebugFrame), in parseDebugTableName()
24 DebugSectionKind::DebugFrame) in parseDebugTableName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h30 DebugFrame, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp261 std::unique_ptr<DWARFDebugFrame> DebugFrame; member in ThreadUnsafeDWARFContextState
444 if (DebugFrame) in getDebugFrame()
445 return DebugFrame.get(); in getDebugFrame()
466 DebugFrame.swap(DF); in getDebugFrame()
467 return DebugFrame.get(); in getDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp725 getOrCreateSectionDescriptor(DebugSectionKind::DebugFrame).OS in emitInvariantSections()
755 getOrCreateSectionDescriptor(DebugSectionKind::DebugFrame); in cloneAndEmitDebugFrame()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp245 case DebugSectionKind::DebugFrame: in getMCSection()
H A DDWARFLinker.cpp2659 Dwarf.getDWARFObj().getFrameSection().Data, DebugSectionKind::DebugFrame); in copyInvariantDebugSection()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1213 HANDLE_DWARF_SECTION(DebugFrame, ".debug_frame", "debug-frame", OffsetOption)