Home | History | Annotate | Download | only in DWARF

Lines Matching defs:offset

31                                                uint32_t *Offset) {
32 Unit = Unit->getUnitSection().getUnitForOffset(*Offset);
33 return (Unit && DIE.extractFast(Unit, Offset)) ? Unit : nullptr;
40 uint32_t offset = Offset;
42 if (debug_info_data.isValidOffset(offset)) {
43 uint32_t abbrCode = debug_info_data.getULEB128(&offset);
44 WithColor(OS, syntax::Address).get() << format("\n0x%8.8x: ", Offset);
60 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
186 Offset = *OffsetPtr;
189 if (Offset >= UEndOffset || !DebugInfoData.isValidOffset(Offset))
199 // Restore the original offset.
200 *OffsetPtr = Offset;
216 // Restore the original offset.
217 *OffsetPtr = Offset;