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 …]
159 MCSection *StackMapSection = nullptr; variable350 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
711 object::SectionRef StackMapSection; in printStackMap() local720 StackMapSection = Sec; in printStackMap()725 if (StackMapSection == object::SectionRef()) in printStackMap()729 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap()
1982 SectionRef StackMapSection; in printStackMap() local1991 StackMapSection = Sec; in printStackMap()1996 if (StackMapSection == SectionRef()) in printStackMap()2000 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap()
3210 const Elf_Shdr *StackMapSection = findSectionByName(".llvm_stackmaps"); in printStackMap() local3211 if (!StackMapSection) in printStackMap()3216 describe(*StackMapSection) + ": " + in printStackMap()3221 Obj.getSectionContents(*StackMapSection); in printStackMap()
739 MCSection *StackMapSection = in serializeToStackMapSection() local741 OS.switchSection(StackMapSection); in serializeToStackMapSection()
305 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()519 StackMapSection = in initELFMCObjectFileInfo()821 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()