Searched refs:StackMapSection (Results 1 – 7 of 7) sorted by relevance
307 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument308 : StackMapSection(StackMapSection) { in StackMapParser()311 assert(StackMapSection[0] == 3 && in StackMapParser()320 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()325 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) { in validateHeader() argument327 if (StackMapSection.size() < 16) in validateHeader()329 "the stack map section size (" + Twine(StackMapSection.size()) + in validateHeader()332 unsigned Version = StackMapSection[0]; in validateHeader()350 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()355 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()[all …]
161 MCSection *StackMapSection = nullptr; variable340 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
669 object::SectionRef StackMapSection; in printStackMap() local678 StackMapSection = Sec; in printStackMap()683 if (StackMapSection == object::SectionRef()) in printStackMap()687 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap()
1913 SectionRef StackMapSection; in printStackMap() local1922 StackMapSection = Sec; in printStackMap()1927 if (StackMapSection == SectionRef()) in printStackMap()1931 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap()
3107 const Elf_Shdr *StackMapSection = findSectionByName(".llvm_stackmaps"); in printStackMap() local3108 if (!StackMapSection) in printStackMap()3113 describe(*StackMapSection) + ": " + in printStackMap()3118 Obj.getSectionContents(*StackMapSection); in printStackMap()
292 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()491 StackMapSection = in initELFMCObjectFileInfo()782 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()
722 MCSection *StackMapSection = in serializeToStackMapSection() local724 OS.SwitchSection(StackMapSection); in serializeToStackMapSection()