Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugFrame.cpp327 DWARFDebugFrame::DWARFDebugFrame(Triple::ArchType Arch, in DWARFDebugFrame() function in DWARFDebugFrame
331 DWARFDebugFrame::~DWARFDebugFrame() = default;
356 void DWARFDebugFrame::parse(DWARFDataExtractor Data) { in parse()
534 FrameEntry *DWARFDebugFrame::getEntryAtOffset(uint64_t Offset) const { in getEntryAtOffset()
543 void DWARFDebugFrame::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()
HDDWARFContext.cpp773 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame()
788 DebugFrame.reset(new DWARFDebugFrame(getArch(), false /* IsEH */)); in getDebugFrame()
793 const DWARFDebugFrame *DWARFContext::getEHFrame() { in getEHFrame()
799 DebugFrame.reset(new DWARFDebugFrame(getArch(), true /* IsEH */)); in getEHFrame()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h67 std::unique_ptr<DWARFDebugFrame> DebugFrame;
68 std::unique_ptr<DWARFDebugFrame> EHFrame;
267 const DWARFDebugFrame *getDebugFrame();
270 const DWARFDebugFrame *getEHFrame();
HDDWARFDebugFrame.h263 class DWARFDebugFrame {
281 DWARFDebugFrame(Triple::ArchType Arch,
283 ~DWARFDebugFrame();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDDwarfCFIEHPrinter.h195 DWARFDebugFrame EHFrame(Triple::ArchType(ObjF->getArch()), /*IsEH=*/true, in printEHFrame()
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile453 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugFrame.cpp