Lines Matching refs:PSV
502 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);
2866 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument
2869 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()
2872 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()
2875 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
2878 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()
2884 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
2892 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()
2904 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()
2908 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()
2921 Token.stringValue(), MF, PFS, PSV, in parseMemoryPseudoSourceValue()
2942 const PseudoSourceValue *PSV = nullptr; in parseMachinePointerInfo() local
2943 if (parseMemoryPseudoSourceValue(PSV)) in parseMachinePointerInfo()
2948 Dest = MachinePointerInfo(PSV, Offset); in parseMachinePointerInfo()