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

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

Completed in 355 milliseconds