Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp328 DWARFDebugFrame::DWARFDebugFrame(Triple::ArchType Arch, in DWARFDebugFrame() function in DWARFDebugFrame
332 DWARFDebugFrame::~DWARFDebugFrame() = default;
357 void DWARFDebugFrame::parse(DWARFDataExtractor Data) { in parse()
535 FrameEntry *DWARFDebugFrame::getEntryAtOffset(uint64_t Offset) const { in getEntryAtOffset()
545 void DWARFDebugFrame::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()
H A DDWARFContext.cpp755 const DWARFDebugFrame *DWARFContext::getDebugFrame() { in getDebugFrame()
770 DebugFrame.reset(new DWARFDebugFrame(getArch(), false /* IsEH */)); in getDebugFrame()
775 const DWARFDebugFrame *DWARFContext::getEHFrame() { in getEHFrame()
781 DebugFrame.reset(new DWARFDebugFrame(getArch(), true /* IsEH */)); in getEHFrame()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h68 std::unique_ptr<DWARFDebugFrame> DebugFrame;
69 std::unique_ptr<DWARFDebugFrame> EHFrame;
271 const DWARFDebugFrame *getDebugFrame();
274 const DWARFDebugFrame *getEHFrame();
H A DDWARFDebugFrame.h264 class DWARFDebugFrame {
282 DWARFDebugFrame(Triple::ArchType Arch,
284 ~DWARFDebugFrame();
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h190 DWARFDebugFrame EHFrame(Triple::ArchType(ObjF->getArch()), /*IsEH=*/true, in printEHFrame()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile424 SRCS_MIW+= DebugInfo/DWARF/DWARFDebugFrame.cpp