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

/freebsd-10.2-release/contrib/llvm/include/llvm/IR/
H A DConstant.h122 virtual void destroyConstant() { llvm_unreachable("Not reached!"); } function in class:llvm::Constant
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DGlobals.cpp45 void GlobalValue::destroyConstant() { function in class:GlobalValue
H A DInlineAsm.cpp50 void InlineAsm::destroyConstant() { function in class:InlineAsm
H A DConstants.cpp1244 void ConstantAggregateZero::destroyConstant() { function in class:ConstantAggregateZero
1251 void ConstantArray::destroyConstant() { function in class:ConstantArray
1262 void ConstantStruct::destroyConstant() { function in class:ConstantStruct
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...]

Completed in 70 milliseconds