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
Pseudo source value for the constant pool.
Created with MrDocs