Searched refs:destroyConstant (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/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
H A DConstants.h317 virtual void destroyConstant();
366 virtual void destroyConstant();
425 virtual void destroyConstant();
473 virtual void destroyConstant();
510 virtual void destroyConstant();
638 virtual void destroyConstant();
780 virtual void destroyConstant();
1093 virtual void destroyConstant();
1159 virtual void destroyConstant();
H A DInlineAsm.h62 void destroyConstant();
H A DGlobalValue.h270 virtual void destroyConstant();
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DBasicBlock.cpp76 BA->destroyConstant();
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...]
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
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DStripSymbols.cpp155 C->destroyConstant();
H A DGlobalOpt.cpp428 CE->destroyConstant();
433 C->destroyConstant();
496 CE->destroyConstant();
532 C->destroyConstant();
778 cast<ConstantExpr>(GEP)->destroyConstant();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLocal.cpp500 BA->destroyConstant();
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp369 UserC->destroyConstant();

Completed in 329 milliseconds