Home
last modified time | relevance | path

Searched refs:FrameSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_ehframe_registration.cpp56 [](ExecutorAddrRange FrameSection) -> Error { in __orc_rt_macho_register_ehframe_section() argument
57 walkEHFrameSection(FrameSection.toSpan<const char>(), in __orc_rt_macho_register_ehframe_section()
68 [](ExecutorAddrRange FrameSection) -> Error { in __orc_rt_macho_deregister_ehframe_section() argument
69 walkEHFrameSection(FrameSection.toSpan<const char>(), in __orc_rt_macho_deregister_ehframe_section()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1559 DWARFSectionMap FrameSection; member in __anon445fd25e0f11::DWARFObjInMemory
1583 .Case("debug_frame", &FrameSection) in mapNameToDWARFSection()
1944 return FrameSection; in getFrameSection()