Searched refs:StackMapSection (Results 1 – 7 of 7) sorted by relevance
306 StackMapParser(ArrayRef<uint8_t> StackMapSection)307 : StackMapSection(StackMapSection) { in StackMapParser() argument 310 assert(StackMapSection[0] == 3 && in StackMapParser() 319 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser() 324 static Error validateHeader(ArrayRef<uint8_t> StackMapSection) {326 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[NumFunctionsOffse325 validateHeader(ArrayRef<uint8_t> StackMapSection) validateHeader() argument 460 ArrayRef<uint8_t> StackMapSection; global() variable [all...]
164 MCSection *StackMapSection = nullptr; variable358 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
713 object::SectionRef StackMapSection; in printStackMap() 722 StackMapSection = Sec; in printStackMap() 727 if (StackMapSection == object::SectionRef()) in printStackMap() 731 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap() 711 object::SectionRef StackMapSection; printStackMap() local
2120 SectionRef StackMapSection; in printStackMap() local2129 StackMapSection = Sec; in printStackMap()2134 if (StackMapSection == SectionRef()) in printStackMap()2138 unwrapOrError(Obj->getFileName(), StackMapSection.getContents()); in printStackMap()
3488 const Elf_Shdr *StackMapSection = findSectionByName(".llvm_stackmaps"); in printStackMap() local3489 if (!StackMapSection) in printStackMap()3494 describe(*StackMapSection) + ": " + in printStackMap()3499 Obj.getSectionContents(*StackMapSection); in printStackMap()
727 MCSection *StackMapSection = in serializeToStackMapSection() local729 OS.switchSection(StackMapSection); in serializeToStackMapSection()
315 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()531 StackMapSection = in initELFMCObjectFileInfo()831 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()