Searched refs:StackMapSection (Results 1 – 8 of 8) sorted by relevance
306 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument307 : StackMapSection(StackMapSection) { in StackMapParser()310 assert(StackMapSection[0] == 3 && in StackMapParser()319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()324 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument326 if (StackMapSection.size() < 16) in validateHeader()328 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()331 unsigned Version = StackMapSection[0]; in validateHeader()349 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()354 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()[all …]
159 MCSection *StackMapSection = nullptr; variable354 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
159 MCSection *StackMapSection = nullptr; variable353 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()