Searched refs:StackMapSection (Results 1 – 7 of 7) sorted by relevance
296 StackMapV2Parser(ArrayRef<uint8_t> StackMapSection) in StackMapV2Parser() argument297 : StackMapSection(StackMapSection) { in StackMapV2Parser()300 assert(StackMapSection[0] == 2 && in StackMapV2Parser()322 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()327 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()332 return read<uint32_t>(&StackMapSection[NumRecordsOffset]); in getNumRecords()337 return FunctionAccessor(StackMapSection.data() + in getFunction()349 FunctionAccessor(StackMapSection.data() + in functions_end()360 return ConstantAccessor(StackMapSection.data() + in getConstant()372 ConstantAccessor(StackMapSection.data() + in constants_end()[all …]
158 MCSection *StackMapSection; variable316 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
650 object::SectionRef StackMapSection; in printStackMap() local655 StackMapSection = Sec; in printStackMap()660 if (StackMapSection == object::SectionRef()) in printStackMap()664 StackMapSection.getContents(StackMapContents); in printStackMap()
1838 object::SectionRef StackMapSection; in printStackMap() local1843 StackMapSection = Sec; in printStackMap()1848 if (StackMapSection == object::SectionRef()) in printStackMap()1852 StackMapSection.getContents(StackMapContents); in printStackMap()
2473 const Elf_Shdr *StackMapSection = nullptr; in printStackMap() local2477 StackMapSection = &Sec; in printStackMap()2482 if (!StackMapSection) in printStackMap()2486 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap()
288 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()469 StackMapSection = in initELFMCObjectFileInfo()716 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()
563 MCSection *StackMapSection = in serializeToStackMapSection() local565 OS.SwitchSection(StackMapSection); in serializeToStackMapSection()