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

/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstant.h99 /// destroyConstant - Called if some element of this constant is no longer
106 virtual void destroyConstant() { assert(0 && "Not reached!"); } function in class:llvm::Constant
/external/llvm/lib/IR/
H A DInlineAsm.cpp49 void InlineAsm::destroyConstant() { function in class:InlineAsm
H A DConstants.cpp288 void Constant::destroyConstant() { function in class:Constant
318 cast<Constant>(V)->destroyConstant();
460 const_cast<Constant*>(C)->destroyConstant();
2717 destroyConstant();
/external/swiftshader/third_party/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.cpp49 void InlineAsm::destroyConstant() { function in class:InlineAsm
H A DConstants.cpp167 CV->destroyConstant();
316 const_cast<Constant*>(C)->destroyConstant();
979 /// destroyConstant - Remove the constant from the constant table...
981 void ConstantAggregateZero::destroyConstant() { function in class:ConstantAggregateZero
986 /// destroyConstant - Remove the constant from the constant table...
988 void ConstantArray::destroyConstant() { function in class:ConstantArray
1060 // destroyConstant - Remove the constant from the constant table...
1062 void ConstantStruct::destroyConstant() { function in class:ConstantStruct
1067 // destroyConstant - Remove the constant from the constant table...
1069 void ConstantVector::destroyConstant() { function in class:ConstantVector
1115 void ConstantPointerNull::destroyConstant() { function in class:ConstantPointerNull
1130 void UndefValue::destroyConstant() { function in class:UndefValue
1164 void BlockAddress::destroyConstant() { function in class:BlockAddress
1870 void ConstantExpr::destroyConstant() { function in class:ConstantExpr
[all...]

Completed in 201 milliseconds