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

/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DConstant.h115 /// destroyConstant - Called if some element of this constant is no longer
122 virtual void destroyConstant() { llvm_unreachable("Not reached!"); } function in class:llvm::Constant
H A DConstants.h311 virtual void destroyConstant();
359 virtual void destroyConstant();
417 virtual void destroyConstant();
464 virtual void destroyConstant();
500 virtual void destroyConstant();
627 virtual void destroyConstant();
766 virtual void destroyConstant();
1096 virtual void destroyConstant();
1161 virtual void destroyConstant();
H A DInlineAsm.h62 void destroyConstant();
H A DGlobalValue.h270 virtual void destroyConstant();
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DBasicBlock.cpp76 BA->destroyConstant();
H A DConstants.cpp230 cast<Constant>(V)->destroyConstant();
386 const_cast<Constant*>(C)->destroyConstant();
1242 /// destroyConstant - Remove the constant from the constant table.
1244 void ConstantAggregateZero::destroyConstant() { function in class:ConstantAggregateZero
1249 /// destroyConstant - Remove the constant from the constant table...
1251 void ConstantArray::destroyConstant() { function in class:ConstantArray
1260 // destroyConstant - Remove the constant from the constant table...
1262 void ConstantStruct::destroyConstant() { function in class:ConstantStruct
1267 // destroyConstant - Remove the constant from the constant table...
1269 void ConstantVector::destroyConstant() { function in class:ConstantVector
1324 void ConstantPointerNull::destroyConstant() { function in class:ConstantPointerNull
1344 void UndefValue::destroyConstant() { function in class:UndefValue
1379 void BlockAddress::destroyConstant() { function in class:BlockAddress
2171 void ConstantExpr::destroyConstant() { function in class:ConstantExpr
2289 void ConstantDataSequential::destroyConstant() { function in class:ConstantDataSequential
[all...]
H A DGlobals.cpp43 /// Override destroyConstant to make sure it doesn't get called on
45 void GlobalValue::destroyConstant() { function in class:GlobalValue
46 llvm_unreachable("You can't GV->destroyConstant()!");
H A DInlineAsm.cpp50 void InlineAsm::destroyConstant() { function in class:InlineAsm
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp159 CE->destroyConstant();
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp155 C->destroyConstant();
H A DGlobalOpt.cpp230 CE->destroyConstant();
235 C->destroyConstant();
307 CE->destroyConstant();
343 C->destroyConstant();
588 cast<ConstantExpr>(GEP)->destroyConstant();
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp498 BA->destroyConstant();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp2283 old_constant->destroyConstant();
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp367 UserC->destroyConstant();

Completed in 384 milliseconds