Searched refs:getSLEB128 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/libunwind-35.3/src/
H A DAddressSpace.hpp97 static int64_t getSLEB128(pint_t& addr, pint_t end);
146 LocalAddressSpace::getSLEB128(pint_t& addr, pint_t end) function in class:libunwind::LocalAddressSpace
197 result = getSLEB128(addr, end);
300 int64_t getSLEB128(pint_t& addr, pint_t end);
354 int64_t OtherAddressSpace<P>::getSLEB128(pint_t& addr, pint_t end) function in class:libunwind::OtherAddressSpace
359 uint64_t result = LocalAddressSpace::getSLEB128(laddr, laddr+size);
H A DDwarfParser.hpp345 cieInfo->dataAlignFactor = addressSpace.getSLEB128(p, cieContentEnd);
698 offset = addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
707 offset = addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
717 results->cfaRegisterOffset = addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
734 offset = addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor;
H A DDwarfInstructions.hpp540 svalue = addressSpace.getSLEB128(p, expressionEnd);
853 svalue = addressSpace.getSLEB128(p, expressionEnd);
860 svalue = addressSpace.getSLEB128(p, expressionEnd);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DDataExtractor.h313 int64_t getSLEB128(uint32_t *offset_ptr) const;
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DDataExtractorTest.cpp108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset));
116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset));
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { function in class:DataExtractor
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFFormValue.cpp139 Value.sval = data.getSLEB128(offset_ptr);
H A DDWARFDebugLine.cpp332 state.Line += debug_line_data.getSLEB128(offset_ptr);

Completed in 136 milliseconds