Searched refs:NoCFIValue (Results 1 – 13 of 13) sorted by relevance
973 class NoCFIValue final : public Constant {976 NoCFIValue(GlobalValue *GV);985 static NoCFIValue *get(GlobalValue *GV);1006 struct OperandTraits<NoCFIValue> : public FixedNumOperandTraits<NoCFIValue, 1> {1009 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(NoCFIValue, Value)
83 HANDLE_CONSTANT_EXCLUDE_LLVM_C_API(NoCFIValue)
551 delete static_cast<NoCFIValue *>(C); in deleteConstant()2002 NoCFIValue *NoCFIValue::get(GlobalValue *GV) { in get()2003 NoCFIValue *&NC = GV->getContext().pImpl->NoCFIValues[GV]; in get()2005 NC = new NoCFIValue(GV); in get()2012 NoCFIValue::NoCFIValue(GlobalValue *GV) in NoCFIValue() function in NoCFIValue2018 void NoCFIValue::destroyConstantImpl() { in destroyConstantImpl()2023 Value *NoCFIValue::handleOperandChangeImpl(Value *From, Value *To) { in handleOperandChangeImpl()2029 NoCFIValue *&NewNC = getContext().pImpl->NoCFIValues[GV]; in handleOperandChangeImpl()
1571 DenseMap<const GlobalValue *, NoCFIValue *> NoCFIValues;
1594 if (const auto *NC = dyn_cast<NoCFIValue>(CV)) { in WriteConstantInternal()
458 if (const auto *NC = dyn_cast<NoCFIValue>(C)) { in mapValue()461 return getVM()[NC] = NoCFIValue::get(GV); in mapValue()
3152 if (const NoCFIValue *NC = dyn_cast<NoCFIValue>(CV)) in lowerConstant()
1918 if (isa<BlockAddress, NoCFIValue>(U.getUser())) in replaceCfiUses()
6111 V = NoCFIValue::get(cast<GlobalValue>(V)); in convertValIDToValue()6116 V = NoCFIValue::get(cast<GlobalValue>(V)); in convertValIDToValue()
2865 } else if (const auto *NC = dyn_cast<NoCFIValue>(C)) { in writeConstants()
4805 return llvm::NoCFIValue::get(F); in GetFunctionStart()
1595 C = NoCFIValue::get(GV); in materializeValue()
1895 if (const auto *NC = dyn_cast<NoCFIValue>(C)) in getValueImpl()