struct TargetIndexLocation

Declaration

struct TargetIndexLocation { /* full declaration omitted */ };

Description

This struct describes target specific location.

Declared at: llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h:24

Member Variables

public int Index
public int Offset

Method Overview

Methods

TargetIndexLocation()

Declared at: llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h:28

TargetIndexLocation(unsigned int Idx,
                    int64_t Offset)

Declared at: llvm/lib/CodeGen/AsmPrinter/DebugLocEntry.h:29

Parameters

unsigned int Idx
int64_t Offset