Home
last modified time | relevance | path

Searched refs:getSLEB128 (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDataExtractorTest.cpp108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset)); in TEST()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset)); in TEST()
/external/libunwind_llvm/src/
DDwarfParser.hpp302 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
585 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
595 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
609 (addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor); in parseInstructions()
639 addressSpace.getSLEB128(p, instructionsEnd) * cieInfo.dataAlignFactor; in parseInstructions()
DAddressSpace.hpp219 static int64_t getSLEB128(pint_t &addr, pint_t end);
273 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in libunwind::LocalAddressSpace
326 result = (pint_t)getSLEB128(addr, end); in getEncodedP()
DDwarfInstructions.hpp375 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
725 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
734 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp55 Result = getSLEB128(Offset); in getEncodedPointer()
DDWARFDebugFrame.cpp102 addInstruction(Opcode, Data.getSLEB128(Offset)); in parse()
123 auto op2 = (uint64_t)Data.getSLEB128(Offset); in parse()
397 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset); in parse()
DDWARFAbbreviationDeclaration.cpp69 int64_t V = Data.getSLEB128(OffsetPtr); in extract()
DDWARFFormValue.cpp153 DebugInfoData.getSLEB128(OffsetPtr); in skipValue()
279 Value.sval = Data.getSLEB128(OffsetPtr); in extractValue()
DDWARFExpression.cpp169 Operands[Operand] = Data.getSLEB128(&Offset); in extract()
DDWARFDebugLine.cpp680 State.Row.Line += DebugLineData.getSLEB128(OffsetPtr); in parse()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataExtractor.h313 int64_t getSLEB128(uint32_t *offset_ptr) const;
/external/llvm/include/llvm/Support/
DDataExtractor.h315 int64_t getSLEB128(uint32_t *offset_ptr) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp161 addInstruction(Opcode, Data.getSLEB128(Offset)); in parseInstructions()
182 auto op2 = (uint64_t)Data.getSLEB128(Offset); in parseInstructions()
560 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset); in parse()
DDWARFFormValue.cpp201 Value.sval = data.getSLEB128(offset_ptr); in extractValue()
DDWARFDebugLine.cpp370 State.Row.Line += debug_line_data.getSLEB128(offset_ptr); in parse()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDataExtractor.h378 int64_t getSLEB128(uint32_t *offset_ptr) const;
/external/swiftshader/third_party/LLVM/unittests/Support/
DDataExtractorTest.cpp107 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
/external/llvm/lib/Support/
DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp169 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFFormValue.cpp130 Value.sval = data.getSLEB128(offset_ptr); in extractValue()
DDWARFDebugLine.cpp297 state.Line += debug_line_data.getSLEB128(offset_ptr); in parseStatementTable()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp329 NewOp.SData = LineData.getSLEB128(&Offset); in dumpDebugLines()