Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1150 if (Cie->getLSDAPointerEncoding() != DW_EH_PE_omit) { in parse()
1152 &Offset, Cie->getLSDAPointerEncoding(), in parse()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h575 uint32_t getLSDAPointerEncoding() const { return LSDAPointerEncoding; } in getLSDAPointerEncoding() function