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

/external/llvm/include/llvm/
H A DConstant.h101 /// destroyConstant - Called if some element of this constant is no longer
108 virtual void destroyConstant() { llvm_unreachable("Not reached!"); } function in class:llvm::Constant
/external/llvm/lib/VMCore/
H A DGlobals.cpp42 /// Override destroyConstant to make sure it doesn't get called on
44 void GlobalValue::destroyConstant() { function in class:GlobalValue
45 llvm_unreachable("You can't GV->destroyConstant()!");
H A DInlineAsm.cpp50 void InlineAsm::destroyConstant() { function in class:InlineAsm
H A DConstants.cpp208 cast<Constant>(V)->destroyConstant();
327 const_cast<Constant*>(C)->destroyConstant();
1184 /// destroyConstant - Remove the constant from the constant table.
1186 void ConstantAggregateZero::destroyConstant() { function in class:ConstantAggregateZero
1191 /// destroyConstant - Remove the constant from the constant table...
1193 void ConstantArray::destroyConstant() { function in class:ConstantArray
1202 // destroyConstant - Remove the constant from the constant table...
1204 void ConstantStruct::destroyConstant() { function in class:ConstantStruct
1209 // destroyConstant - Remove the constant from the constant table...
1211 void ConstantVector::destroyConstant() { function in class:ConstantVector
1241 void ConstantPointerNull::destroyConstant() { function in class:ConstantPointerNull
1261 void UndefValue::destroyConstant() { function in class:UndefValue
1296 void BlockAddress::destroyConstant() { function in class:BlockAddress
2053 void ConstantExpr::destroyConstant() { function in class:ConstantExpr
2171 void ConstantDataSequential::destroyConstant() { function in class:ConstantDataSequential
[all...]

Completed in 646 milliseconds