Searched refs:getSLEB128 (Results 1 – 5 of 5) sorted by relevance
313 int64_t getSLEB128(uint32_t *offset_ptr) const;
107 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
130 Value.sval = data.getSLEB128(offset_ptr); in extractValue()
298 state.Line += debug_line_data.getSLEB128(offset_ptr); in parseStatementTable()