Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.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()
DCMakeLists.txt12 DWARFDebugFrame.cpp
DDWARFContext.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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h67 std::unique_ptr<DWARFDebugFrame> DebugFrame;
68 std::unique_ptr<DWARFDebugFrame> EHFrame;
267 const DWARFDebugFrame *getDebugFrame();
270 const DWARFDebugFrame *getEHFrame();
DDWARFDebugFrame.h263 class DWARFDebugFrame {
281 DWARFDebugFrame(Triple::ArchType Arch,
283 ~DWARFDebugFrame();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp372 "llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp",
DBUILD.gn827 "llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp",
DCMakeLists.txt372 ${LLVM_DIR}/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp