reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/StackMapParser.h
  330     return read<uint32_t>(&StackMapSection[NumFunctionsOffset]);
  335     return read<uint32_t>(&StackMapSection[NumConstantsOffset]);
  340     return read<uint32_t>(&StackMapSection[NumRecordsOffset]);
  345     return FunctionAccessor(StackMapSection.data() +
  357              FunctionAccessor(StackMapSection.data() +
  368     return ConstantAccessor(StackMapSection.data() +
  380              ConstantAccessor(StackMapSection.data() +
  392     return RecordAccessor(StackMapSection.data() + RecordOffset);