Searched defs:destroyConstant (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstant.h121 /// destroyConstant - Called if some element of this constant is no longer
128 virtual void destroyConstant() { llvm_unreachable("Not reached!"); } function in class:llvm::Constant
/external/llvm/lib/IR/
H A DGlobals.cpp48 /// Override destroyConstant to make sure it doesn't get called on
50 void GlobalValue::destroyConstant() { function in class:GlobalValue
51 llvm_unreachable("You can't GV->destroyConstant()!");
H A DInlineAsm.cpp50 void InlineAsm::destroyConstant() { function in class:InlineAsm
H A DConstants.cpp253 cast<Constant>(V)->destroyConstant();
422 const_cast<Constant*>(C)->destroyConstant();
1280 /// destroyConstant - Remove the constant from the constant table.
1282 void ConstantAggregateZero::destroyConstant() { function in class:ConstantAggregateZero
1287 /// destroyConstant - Remove the constant from the constant table...
1289 void ConstantArray::destroyConstant() { function in class:ConstantArray
1298 // destroyConstant - Remove the constant from the constant table...
1300 void ConstantStruct::destroyConstant() { function in class:ConstantStruct
1305 // destroyConstant - Remove the constant from the constant table...
1307 void ConstantVector::destroyConstant() { function in class:ConstantVector
1362 void ConstantPointerNull::destroyConstant() { function in class:ConstantPointerNull
1382 void UndefValue::destroyConstant() { function in class:UndefValue
1428 void BlockAddress::destroyConstant() { function in class:BlockAddress
2233 void ConstantExpr::destroyConstant() { function in class:ConstantExpr
2351 void ConstantDataSequential::destroyConstant() { function in class:ConstantDataSequential
[all...]

Completed in 2601 milliseconds