Manages creation of pseudo source values.
Synopsis
Declared in <llvm/CodeGen/PseudoSourceValueManager.h>
class PseudoSourceValueManager;
Member Functions
Name |
Description |
|
Construct from |
Return a pseudo source value referencing the constant pool. Since constant pools are constant, this doesn't need to identify a specific constant pool entry. |
|
Return a pseudo source value referencing a fixed stack frame entry, e.g., a spill slot. |
|
Return a pseudo source value referencing the global offset table (or something the like). |
|
Return a pseudo source value referencing a jump table. Since jump tables are constant, this doesn't need to identify a specific jump table. |
|
Return a pseudo source value referencing the area below the stack frame of a function, e.g., the argument space. |
Created with MrDocs