Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1200 if (Cie->getLSDAPointerEncoding() != DW_EH_PE_omit) { in parse()
1202 &Offset, Cie->getLSDAPointerEncoding(), in parse()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h606 uint32_t getLSDAPointerEncoding() const { return LSDAPointerEncoding; } in getLSDAPointerEncoding() function