Return a location representing a particular argument of a call.
Synopses
Declared in <llvm/Analysis/MemoryLocation.h>
static
MemoryLocation
getForArgument(
CallBase const* Call,
unsigned int ArgIdx,
TargetLibraryInfo const& TLI);
Return a location representing a particular argument of a call.
static
MemoryLocation
getForArgument(
CallBase const* Call,
unsigned int ArgIdx,
TargetLibraryInfo const* TLI);
Created with MrDocs