Searched refs:destroyConstantImpl (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h84 void destroyConstantImpl();
278 void destroyConstantImpl();
355 void destroyConstantImpl();
428 void destroyConstantImpl();
460 void destroyConstantImpl();
513 void destroyConstantImpl();
554 void destroyConstantImpl();
597 void destroyConstantImpl();
834 void destroyConstantImpl();
857 void destroyConstantImpl();
[all...]
H A DGlobalValue.h122 void destroyConstantImpl();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp430 /// First call destroyConstantImpl on the subclass. This gives the subclass
437 cast<Name>(this)->destroyConstantImpl(); \
825 void ConstantInt::destroyConstantImpl() { function in class:ConstantInt
826 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
997 void ConstantFP::destroyConstantImpl() { function in class:ConstantFP
998 llvm_unreachable("You can't ConstantFP->destroyConstantImpl()!");
1332 void ConstantTokenNone::destroyConstantImpl() { function in class:ConstantTokenNone
1333 llvm_unreachable("You can't ConstantTokenNone->destroyConstantImpl()!");
1557 void ConstantAggregateZero::destroyConstantImpl() { function in class:ConstantAggregateZero
1562 void ConstantArray::destroyConstantImpl() { function in class:ConstantArray
1571 void ConstantStruct::destroyConstantImpl() { function in class:ConstantStruct
1576 void ConstantVector::destroyConstantImpl() { function in class:ConstantVector
1661 void ConstantPointerNull::destroyConstantImpl() { function in class:ConstantPointerNull
1674 void UndefValue::destroyConstantImpl() { function in class:UndefValue
1715 void BlockAddress::destroyConstantImpl() { function in class:BlockAddress
2631 void ConstantExpr::destroyConstantImpl() { function in class:ConstantExpr
2757 void ConstantDataSequential::destroyConstantImpl() { function in class:ConstantDataSequential
[all...]
H A DGlobals.cpp53 /// Override destroyConstantImpl to make sure it doesn't get called on
55 void GlobalValue::destroyConstantImpl() { function in class:GlobalValue
56 llvm_unreachable("You can't GV->destroyConstantImpl()!");

Completed in 84 milliseconds