Searched refs:TypesBuffer (Results 1 – 2 of 2) sorted by relevance
209 TypesBuffer = OwningArrayRef<uint8_t>(arrayRefFromStringRef(RawData)); in parseTypesInfo()213 uint32_t *TypesBuffer32 = (uint32_t *)TypesBuffer.data(); in parseTypesInfo()214 for (uint64_t I = 0; I < TypesBuffer.size() / 4; ++I) in parseTypesInfo()224 BTF::CommonType *Type = (BTF::CommonType *)&TypesBuffer[Pos]; in parseTypesInfo()383 TypesBuffer = OwningArrayRef<uint8_t>(); in parse()
48 OwningArrayRef<uint8_t> TypesBuffer; variable