/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST() 116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset)); in TEST()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 108 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST() 116 EXPECT_EQ(-29839268287359830LL, BDE.getSLEB128(&offset)); in TEST()
|
/external/libunwind_llvm/src/ |
D | DwarfParser.hpp | 302 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()
|
D | AddressSpace.hpp | 219 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()
|
D | DwarfInstructions.hpp | 375 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/ |
D | DWARFDataExtractor.cpp | 55 Result = getSLEB128(Offset); in getEncodedPointer()
|
D | DWARFDebugFrame.cpp | 102 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()
|
D | DWARFAbbreviationDeclaration.cpp | 69 int64_t V = Data.getSLEB128(OffsetPtr); in extract()
|
D | DWARFFormValue.cpp | 153 DebugInfoData.getSLEB128(OffsetPtr); in skipValue() 279 Value.sval = Data.getSLEB128(OffsetPtr); in extractValue()
|
D | DWARFExpression.cpp | 169 Operands[Operand] = Data.getSLEB128(&Offset); in extract()
|
D | DWARFDebugLine.cpp | 680 State.Row.Line += DebugLineData.getSLEB128(OffsetPtr); in parse()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataExtractor.h | 313 int64_t getSLEB128(uint32_t *offset_ptr) const;
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 315 int64_t getSLEB128(uint32_t *offset_ptr) const;
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 161 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()
|
D | DWARFFormValue.cpp | 201 Value.sval = data.getSLEB128(offset_ptr); in extractValue()
|
D | DWARFDebugLine.cpp | 370 State.Row.Line += debug_line_data.getSLEB128(offset_ptr); in parse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 378 int64_t getSLEB128(uint32_t *offset_ptr) const;
|
/external/swiftshader/third_party/LLVM/unittests/Support/ |
D | DataExtractorTest.cpp | 107 EXPECT_EQ(-7002LL, DE.getSLEB128(&offset)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 152 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 169 int64_t DataExtractor::getSLEB128(uint32_t *offset_ptr) const { in getSLEB128() function in DataExtractor
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 130 Value.sval = data.getSLEB128(offset_ptr); in extractValue()
|
D | DWARFDebugLine.cpp | 297 state.Line += debug_line_data.getSLEB128(offset_ptr); in parseStatementTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 329 NewOp.SData = LineData.getSLEB128(&Offset); in dumpDebugLines()
|