llvm::AAMemoryLocation::getMemoryLocationsAsStr

Return the locations encoded by MLK as a readable string.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

static
std::string
getMemoryLocationsAsStr(MemoryLocationsKind MLK);

Return Value

The locations encoded by MLK as a readable string.

Parameters

NameDescription
MLKThe memory-location kind bitmask.