Searched refs:StackMapSection (Results 1 – 4 of 4) sorted by relevance
304 StackMapParser(ArrayRef<uint8_t> StackMapSection) in StackMapParser() argument305 : StackMapSection(StackMapSection) { in StackMapParser()308 assert(StackMapSection[0] == 3 && in StackMapParser()317 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapParser()330 return read<uint32_t>(&StackMapSection[NumFunctionsOffset]); in getNumFunctions()335 return read<uint32_t>(&StackMapSection[NumConstantsOffset]); in getNumConstants()340 return read<uint32_t>(&StackMapSection[NumRecordsOffset]); in getNumRecords()345 return FunctionAccessor(StackMapSection.data() + in getFunction()357 FunctionAccessor(StackMapSection.data() + in functions_end()368 return ConstantAccessor(StackMapSection.data() + in getConstant()[all …]
159 MCSection *StackMapSection = nullptr; variable328 MCSection *getStackMapSection() const { return StackMapSection; } in getStackMapSection()
288 StackMapSection = Ctx->getMachOSection("__LLVM_STACKMAPS", "__llvm_stackmaps", in initMachOMCObjectFileInfo()482 StackMapSection = in initELFMCObjectFileInfo()739 StackMapSection = Ctx->getCOFFSection(".llvm_stackmaps", in initCOFFMCObjectFileInfo()
562 MCSection *StackMapSection = in serializeToStackMapSection() local564 OS.SwitchSection(StackMapSection); in serializeToStackMapSection()