reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
109 StackPSV(PseudoSourceValue::Stack, TII), 110 GOTPSV(PseudoSourceValue::GOT, TII), 111 JumpTablePSV(PseudoSourceValue::JumpTable, TII), 112 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TII) {} 132 V = std::make_unique<FixedStackPseudoSourceValue>(FI, TII); 141 E = std::make_unique<GlobalValuePseudoSourceValue>(GV, TII); 150 E = std::make_unique<ExternalSymbolPseudoSourceValue>(ES, TII);