Searched refs:StackMapSection (Results 1 – 7 of 7) 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; variable 354 MCSection *getStackMapSection() const { return StackMapSection; } in getFaultMapSection()
713 object::SectionRef StackMapSection; in printStackMap() local722 StackMapSection = Sec; in printStackMap()727 if (StackMapSection == object::SectionRef()) in printStackMap()731 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap()
2074 SectionRef StackMapSection; in printStackMap() 2083 StackMapSection = Sec; in printStackMap() 2088 if (StackMapSection == SectionRef()) in printStackMap() 2092 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap() 2071 SectionRef StackMapSection; printStackMap() local
3425 const Elf_Shdr *StackMapSection = findSectionByName(".llvm_stackmaps"); in printMipsOptions() 3426 if (!StackMapSection) in printMipsOptions() 3431 describe(*StackMapSection) + ": " + in printMipsOptions() 3436 Obj.getSectionContents(*StackMapSection); in printMipsOptions() 3449 const Elf_Shdr *StackMapSection = findSectionByName(".llvm_stackmaps"); printStackMap() local
736 MCSection *StackMapSection = in serializeToStackMapSection() local738 OS.switchSection(StackMapSection); in serializeToStackMapSection()
314 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo() 530 StackMapSection = in initELFMCObjectFileInfo() 787 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()