Return a location representing argument ArgIdx of call Call.

Synopses

Declared in <llvm/Analysis/MemoryLocation.h>

Return a location representing argument ArgIdx of call Call.

static
MemoryLocation
getForArgument(
    CallBase const* Call,
    unsigned int ArgIdx,
    TargetLibraryInfo const& TLI);

Return a location representing argument ArgIdx of call Call.

static
MemoryLocation
getForArgument(
    CallBase const* Call,
    unsigned int ArgIdx,
    TargetLibraryInfo const* TLI);

Return Value

MemoryLocation for argument ArgIdx of Call.

Parameters

Name

Description

Call

Call whose argument memory location is requested.

ArgIdx

Zero‐based index of the argument.

TLI

Target library info for recognizing builtins.

Created with MrDocs