Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
HDDWARFLinkerBase.cpp23 .Case(getSectionName(DebugSectionKind::DebugFrame), in parseDebugTableName()
24 DebugSectionKind::DebugFrame) in parseDebugTableName()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
HDDWARFLinkerBase.h30 DebugFrame, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp262 std::unique_ptr<DWARFDebugFrame> DebugFrame; member in __anon6972ac070411::ThreadUnsafeDWARFContextState
445 if (DebugFrame) in getDebugFrame()
446 return DebugFrame.get(); in getDebugFrame()
467 DebugFrame.swap(DF); in getDebugFrame()
468 return DebugFrame.get(); in getDebugFrame()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
HDDWARFLinkerImpl.cpp723 getOrCreateSectionDescriptor(DebugSectionKind::DebugFrame).OS in emitInvariantSections()
753 getOrCreateSectionDescriptor(DebugSectionKind::DebugFrame); in cloneAndEmitDebugFrame()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFStreamer.cpp245 case DebugSectionKind::DebugFrame: in getMCSection()
HDDWARFLinker.cpp2679 Dwarf.getDWARFObj().getFrameSection().Data, DebugSectionKind::DebugFrame); in copyInvariantDebugSection()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDwarf.def1291 HANDLE_DWARF_SECTION(DebugFrame, ".debug_frame", "debug-frame", OffsetOption)