Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp506 if (Cie->getLSDAPointerEncoding() != DW_EH_PE_omit) { in parse()
508 &Offset, Cie->getLSDAPointerEncoding(), in parse()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h201 uint32_t getLSDAPointerEncoding() const { return LSDAPointerEncoding; } in getLSDAPointerEncoding() function