Return a location describing the memory referenced by va_arg VI.

Synopsis

Declared in <llvm/Analysis/MemoryLocation.h>

static
MemoryLocation
get(VAArgInst const* VI);

Return Value

MemoryLocation for the memory referenced by VI.

Parameters

Name

Description

VI

VAArgInst to describe.

Created with MrDocs