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.

Synopsis

Declared in <llvm/CodeGen/PseudoSourceValueManager.h>

PseudoSourceValue const*
getConstantPool();

Return Value

Special value supplied for machine level alias analysis. It indicates that a memory access references the functions stack frame (e.g., a spill slot), below the stack frame (e.g., argument space), or constant pool.

Created with MrDocs