reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
142 uint64_t Length = InfoData.getU32(&Offset); 147 Length = InfoData.getU64(&Offset); 149 uint16_t Version = InfoData.getU16(&Offset); 150 InfoData.getU32(&Offset); // Abbrev offset (should be zero) 151 uint8_t AddrSize = InfoData.getU8(&Offset); 153 uint32_t AbbrCode = InfoData.getULEB128(&Offset); 172 getIndexedString(Form, InfoData, Offset, StrOffsets, Str); 180 getIndexedString(Form, InfoData, Offset, StrOffsets, Str); 187 Signature = InfoData.getU64(&Offset); 190 DWARFFormValue::skipValue(Form, InfoData, &Offset,