Home
last modified time | relevance | path

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

12

/external/llvm/unittests/Support/
DDataExtractorTest.cpp108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset)); in TEST()
/external/llvm-project/llvm/include/llvm/Support/
DDataExtractor.h611 int64_t getSLEB128(uint64_t *OffsetPtr, Error *Err = nullptr) const;
616 int64_t getSLEB128(Cursor &C) const { return getSLEB128(&C.Offset, &C.Err); } in getSLEB128() function
/external/llvm-project/llvm/unittests/Support/
DDataExtractorTest.cpp117 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
125 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset)); in TEST()
136 EXPECT_EQ(0U, DE.getSLEB128(&Offset)); in TEST()
147 EXPECT_EQ(0U, DE.getSLEB128(C)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp60 int64_t MinDelta = Data.getSLEB128(&Offset); in parse()
64 int64_t MaxDelta = Data.getSLEB128(&Offset); in parse()
103 Row.Line += Data.getSLEB128(&Offset); in parse()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DLineTable.cpp60 int64_t MinDelta = Data.getSLEB128(&Offset); in parse()
64 int64_t MaxDelta = Data.getSLEB128(&Offset); in parse()
103 Row.Line += Data.getSLEB128(&Offset); in parse()
/external/llvm-project/libunwind/src/
DDwarfParser.hpp348 cieInfo->dataAlignFactor = (int)addressSpace.getSLEB128(p, cieContentEnd); in parseCIE()
631 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
640 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
655 (int32_t)(addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
683 offset = addressSpace.getSLEB128(p, instructionsEnd) * in parseFDEInstructions()
DAddressSpace.hpp185 static int64_t getSLEB128(pint_t &addr, pint_t end);
239 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() function in libunwind::LocalAddressSpace
292 result = (pint_t)getSLEB128(addr, end); in getEncodedP()
DDwarfInstructions.hpp410 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
760 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
769 svalue = (sint_t)addressSpace.getSLEB128(p, expressionEnd); in evaluateExpression()
/external/llvm/include/llvm/Support/
DDataExtractor.h315 int64_t getSLEB128(uint32_t *offset_ptr) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDataExtractor.cpp59 Result = getSLEB128(Offset); in getEncodedPointer()
DDWARFDebugFrame.cpp102 addInstruction(Opcode, Data.getSLEB128(Offset)); in parse()
123 auto op2 = (uint64_t)Data.getSLEB128(Offset); in parse()
396 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset); in parse()
DDWARFAbbreviationDeclaration.cpp68 int64_t V = Data.getSLEB128(OffsetPtr); in extract()
DDWARFFormValue.cpp180 DebugInfoData.getSLEB128(OffsetPtr); in skipValue()
310 Value.sval = Data.getSLEB128(OffsetPtr); in extractValue()
DDWARFExpression.cpp181 Operands[Operand] = Data.getSLEB128(&Offset); in extract()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp116 addInstruction(Opcode, Data.getSLEB128(C)); in parse()
137 uint64_t op2 = (uint64_t)Data.getSLEB128(C); in parse()
447 int64_t DataAlignmentFactor = Data.getSLEB128(&Offset); in parse()
DDWARFDataExtractor.cpp94 Result = getSLEB128(Offset); in getEncodedPointer()
DDWARFAbbreviationDeclaration.cpp68 int64_t V = Data.getSLEB128(OffsetPtr); in extract()
DDWARFFormValue.cpp180 DebugInfoData.getSLEB128(OffsetPtr); in skipValue()
313 Value.sval = Data.getSLEB128(OffsetPtr, &Err); in extractValue()
/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/llvm/lib/Support/
DDataExtractor.cpp152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h498 int64_t getSLEB128(uint64_t *offset_ptr) const;
/external/llvm-project/llvm/lib/Support/
DDataExtractor.cpp225 int64_t DataExtractor::getSLEB128(uint64_t *offset_ptr, Error *Err) const { in getSLEB128() function in DataExtractor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp195 int64_t DataExtractor::getSLEB128(uint64_t *offset_ptr) const { in getSLEB128() function in DataExtractor

12