Return a pseudo source value referencing a fixed stack frame entry, e.g., a spill slot.

Synopsis

Declared in <llvm/CodeGen/PseudoSourceValueManager.h>

PseudoSourceValue const*
getFixedStack(int FI);

Return Value

Pseudo source value for the fixed stack frame entry.

Parameters

Name

Description

FI

Frame index of the fixed stack object.

Created with MrDocs