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

/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h55 void destroyConstantImpl();
241 void destroyConstantImpl();
312 void destroyConstantImpl();
361 void destroyConstantImpl();
405 void destroyConstantImpl();
466 void destroyConstantImpl();
518 void destroyConstantImpl();
572 void destroyConstantImpl();
806 void destroyConstantImpl();
833 void destroyConstantImpl();
[all...]
H A DGlobalValue.h95 void destroyConstantImpl();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DGlobals.cpp40 /// Override destroyConstantImpl to make sure it doesn't get called on
42 void GlobalValue::destroyConstantImpl() { function in class:GlobalValue
43 llvm_unreachable("You can't GV->destroyConstantImpl()!");
H A DConstants.cpp300 /// First call destroyConstantImpl on the subclass. This gives the subclass
307 cast<Name>(this)->destroyConstantImpl(); \
622 void ConstantInt::destroyConstantImpl() { function in class:ConstantInt
623 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
762 void ConstantFP::destroyConstantImpl() { function in class:ConstantFP
763 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
1103 void ConstantTokenNone::destroyConstantImpl() { function in class:ConstantTokenNone
1104 llvm_unreachable("You can't ConstantTokenNone->destroyConstantImpl()!");
1325 void ConstantAggregateZero::destroyConstantImpl() { function in class:ConstantAggregateZero
1331 void ConstantArray::destroyConstantImpl() { function in class:ConstantArray
1341 void ConstantStruct::destroyConstantImpl() { function in class:ConstantStruct
1347 void ConstantVector::destroyConstantImpl() { function in class:ConstantVector
1400 void ConstantPointerNull::destroyConstantImpl() { function in class:ConstantPointerNull
1418 void UndefValue::destroyConstantImpl() { function in class:UndefValue
1463 void BlockAddress::destroyConstantImpl() { function in class:BlockAddress
2324 void ConstantExpr::destroyConstantImpl() { function in class:ConstantExpr
2447 void ConstantDataSequential::destroyConstantImpl() { function in class:ConstantDataSequential
[all...]

Completed in 128 milliseconds