Home
last modified time | relevance | path

Searched refs:getULEB128 (Results 1 – 22 of 22) sorted by relevance

/external/libunwind_llvm/src/
DDwarfParser.hpp152 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in decodeFDE()
219 pint_t augLen = (pint_t)addressSpace.getULEB128(p, nextCFI); in findFDE()
296 cieInfo->codeAlignFactor = (uint32_t)addressSpace.getULEB128(p, cieContentEnd); in parseCIE()
300 uint64_t raReg = addressSpace.getULEB128(p, cieContentEnd); in parseCIE()
307 addressSpace.getULEB128(p, cieContentEnd); in parseCIE()
420 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
421 offset = (int64_t)addressSpace.getULEB128(p, instructionsEnd) in parseInstructions()
436 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
449 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
460 reg = addressSpace.getULEB128(p, instructionsEnd); in parseInstructions()
[all …]
DAddressSpace.hpp145 static uint64_t getULEB128(pint_t &addr, pint_t end);
167 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128() function in libunwind::LocalAddressSpace
227 result = (pint_t)getULEB128(addr, end); in getEncodedP()
493 uint64_t getULEB128(pint_t &addr, pint_t end);
529 uint64_t OtherAddressSpace<P>::getULEB128(pint_t &addr, pint_t end) { in getULEB128() function in libunwind::OtherAddressSpace
533 uint64_t result = LocalAddressSpace::getULEB128(laddr, laddr + size); in getULEB128()
DDwarfInstructions.hpp223 pint_t length = (pint_t)addressSpace.getULEB128(p, expressionEnd); in evaluateExpression()
334 value = (pint_t)addressSpace.getULEB128(p, expressionEnd); in evaluateExpression()
483 *sp += addressSpace.getULEB128(p, expressionEnd); in evaluateExpression()
653 reg = static_cast<uint32_t>(addressSpace.getULEB128(p, expressionEnd)); in evaluateExpression()
700 reg = static_cast<uint32_t>(addressSpace.getULEB128(p, expressionEnd)); in evaluateExpression()
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugLine.cpp169 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parsePrologue()
170 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parsePrologue()
171 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parsePrologue()
211 uint64_t len = debug_line_data.getULEB128(offset_ptr); in parseStatementTable()
263 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parseStatementTable()
264 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parseStatementTable()
265 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parseStatementTable()
290 state.Address += debug_line_data.getULEB128(offset_ptr) * in parseStatementTable()
303 state.File = debug_line_data.getULEB128(offset_ptr); in parseStatementTable()
309 state.Column = debug_line_data.getULEB128(offset_ptr); in parseStatementTable()
[all …]
DDWARFDebugInfoEntry.cpp29 uint64_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
102 uint64_t abbrCode = debug_info_data.getULEB128(offset_ptr); in extractFast()
130 form_size = debug_info_data.getULEB128(&offset); in extractFast()
183 debug_info_data.getULEB128(&offset); in extractFast()
188 form = debug_info_data.getULEB128(&offset); in extractFast()
220 uint64_t abbrCode = debug_info_data.getULEB128(&offset); in extract()
255 form_size = debug_info_data.getULEB128(&offset); in extract()
311 debug_info_data.getULEB128(&offset); in extract()
315 form = debug_info_data.getULEB128(&offset); in extract()
356 debug_info_data.getULEB128(&offset); in getAttributeValue()
DDWARFAbbreviationDeclaration.cpp19 return extract(data, offset_ptr, data.getULEB128(offset_ptr)); in extract()
28 Tag = data.getULEB128(offset_ptr); in extract()
32 uint16_t attr = data.getULEB128(offset_ptr); in extract()
33 uint16_t form = data.getULEB128(offset_ptr); in extract()
DDWARFFormValue.cpp97 Value.uval = data.getULEB128(offset_ptr); in extractValue()
137 Value.uval = data.getULEB128(offset_ptr); in extractValue()
147 Form = data.getULEB128(offset_ptr); in extractValue()
183 uint64_t size = debug_info_data.getULEB128(offset_ptr); in skipValue()
245 debug_info_data.getULEB128(offset_ptr); in skipValue()
250 form = debug_info_data.getULEB128(offset_ptr); in skipValue()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp63 E.Type = data.getULEB128(&Offset); in parse()
80 E.Line = data.getULEB128(&Offset); in parse()
86 E.Line = data.getULEB128(&Offset); in parse()
88 E.File = data.getULEB128(&Offset); in parse()
94 E.ExtConstant = data.getULEB128(&Offset); in parse()
DDWARFDebugLine.cpp113 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parse()
114 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parse()
115 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parse()
271 uint64_t len = debug_line_data.getULEB128(offset_ptr); in parse()
332 fileEntry.DirIdx = debug_line_data.getULEB128(offset_ptr); in parse()
333 fileEntry.ModTime = debug_line_data.getULEB128(offset_ptr); in parse()
334 fileEntry.Length = debug_line_data.getULEB128(offset_ptr); in parse()
340 State.Row.Discriminator = debug_line_data.getULEB128(offset_ptr); in parse()
364 debug_line_data.getULEB128(offset_ptr) * Prologue.MinInstLength; in parse()
376 State.Row.File = debug_line_data.getULEB128(offset_ptr); in parse()
[all …]
DDWARFAbbreviationDeclaration.cpp31 Code = Data.getULEB128(OffsetPtr); in extract()
35 Tag = Data.getULEB128(OffsetPtr); in extract()
41 uint16_t Attr = Data.getULEB128(OffsetPtr); in extract()
47 uint16_t Form = Data.getULEB128(OffsetPtr); in extract()
DDWARFDebugFrame.cpp121 addInstruction(Primary, Op1, Data.getULEB128(Offset)); in parseInstructions()
157 addInstruction(Opcode, Data.getULEB128(Offset)); in parseInstructions()
171 auto op1 = Data.getULEB128(Offset); in parseInstructions()
172 auto op2 = Data.getULEB128(Offset); in parseInstructions()
181 auto op1 = Data.getULEB128(Offset); in parseInstructions()
559 uint64_t CodeAlignmentFactor = Data.getULEB128(&Offset); in parse()
561 uint64_t ReturnAddressRegister = Data.getULEB128(&Offset); in parse()
598 AugmentationLength = Data.getULEB128(&Offset); in parse()
642 uint64_t AugmentationLength = Data.getULEB128(&Offset); in parse()
DDWARFFormValue.cpp162 Value.uval = data.getULEB128(offset_ptr); in extractValue()
205 Value.uval = data.getULEB128(offset_ptr); in extractValue()
211 Form = data.getULEB128(offset_ptr); in extractValue()
236 Value.uval = data.getULEB128(offset_ptr); in extractValue()
277 uint64_t size = debug_info_data.getULEB128(offset_ptr); in skipValue()
347 debug_info_data.getULEB128(offset_ptr); in skipValue()
352 form = debug_info_data.getULEB128(offset_ptr); in skipValue()
DDWARFDebugInfoEntry.cpp43 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump()
191 uint64_t AbbrCode = DebugInfoData.getULEB128(OffsetPtr); in extractFast()
247 DebugInfoData.getULEB128(&DebugInfoOffset); in getAttributeValue()
DDWARFDebugLoc.cpp95 E.Start = data.getULEB128(&Offset); in parse()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp96 while ((CurCode = AbbrevData.getULEB128(&Offset)) != AbbrCode) { in getCUAbbrev()
98 AbbrevData.getULEB128(&Offset); in getCUAbbrev()
102 while (AbbrevData.getULEB128(&Offset) | AbbrevData.getULEB128(&Offset)) in getCUAbbrev()
122 auto StrIndex = InfoData.getULEB128(&InfoOffset); in getIndexedString()
141 uint32_t AbbrCode = InfoData.getULEB128(&Offset); in getCUIdentifiers()
145 uint64_t Tag = AbbrevData.getULEB128(&AbbrevOffset); in getCUIdentifiers()
153 while ((Name = AbbrevData.getULEB128(&AbbrevOffset)) | in getCUIdentifiers()
154 (Form = AbbrevData.getULEB128(&AbbrevOffset)) && in getCUIdentifiers()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp105 EXPECT_EQ(9382ULL, DE.getULEB128(&offset)); in TEST()
113 EXPECT_EQ(42218325750568106ULL, BDE.getULEB128(&offset)); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataExtractor.h331 uint64_t getULEB128(uint32_t *offset_ptr) const;
/external/llvm/include/llvm/Support/
DDataExtractor.h333 uint64_t getULEB128(uint32_t *offset_ptr) const;
/external/swiftshader/third_party/LLVM/unittests/Support/
DDataExtractorTest.cpp104 EXPECT_EQ(9382ULL, DE.getULEB128(&offset)); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DDataExtractor.cpp131 uint64_t DataExtractor::getULEB128(uint32_t *offset_ptr) const { in getULEB128() function in DataExtractor
/external/llvm/lib/Support/
DDataExtractor.cpp131 uint64_t DataExtractor::getULEB128(uint32_t *offset_ptr) const { in getULEB128() function in DataExtractor
/external/llvm/lib/Object/
DMachOObjectFile.cpp2400 while (uint64_t delta = extractor.getULEB128(&offset)) { in ReadULEB128s()