Searched defs:destroyConstantImpl (Results 1 - 3 of 3) sorted by relevance

/external/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.cpp289 /// First call destroyConstantImpl on the subclass. This gives the subclass
296 cast<Name>(this)->destroyConstantImpl(); \
599 void ConstantInt::destroyConstantImpl() { function in class:ConstantInt
600 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
736 void ConstantFP::destroyConstantImpl() { function in class:ConstantFP
737 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
1057 void ConstantTokenNone::destroyConstantImpl() { function in class:ConstantTokenNone
1058 llvm_unreachable("You can't ConstantTokenNone->destroyConstantImpl()!");
1273 void ConstantAggregateZero::destroyConstantImpl() { function in class:ConstantAggregateZero
1278 void ConstantArray::destroyConstantImpl() { function in class:ConstantArray
1287 void ConstantStruct::destroyConstantImpl() { function in class:ConstantStruct
1292 void ConstantVector::destroyConstantImpl() { function in class:ConstantVector
1338 void ConstantPointerNull::destroyConstantImpl() { function in class:ConstantPointerNull
1351 void UndefValue::destroyConstantImpl() { function in class:UndefValue
1392 void BlockAddress::destroyConstantImpl() { function in class:BlockAddress
2255 void ConstantExpr::destroyConstantImpl() { function in class:ConstantExpr
2376 void ConstantDataSequential::destroyConstantImpl() { function in class:ConstantDataSequential
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp148 void Constant::destroyConstantImpl() { function in class:Constant
983 destroyConstantImpl();
990 destroyConstantImpl();
1064 destroyConstantImpl();
1071 destroyConstantImpl();
1117 destroyConstantImpl();
1132 destroyConstantImpl();
1168 destroyConstantImpl();
1872 destroyConstantImpl();

Completed in 85 milliseconds