Home
last modified time | relevance | path

Searched refs:destroyConstantImpl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h95 void destroyConstantImpl();
285 void destroyConstantImpl();
365 void destroyConstantImpl();
439 void destroyConstantImpl();
471 void destroyConstantImpl();
523 void destroyConstantImpl();
564 void destroyConstantImpl();
607 void destroyConstantImpl();
856 void destroyConstantImpl();
877 void destroyConstantImpl();
[all …]
H A DGlobalValue.h133 void destroyConstantImpl();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp497 cast<Name>(this)->destroyConstantImpl(); \ in destroyConstant()
977 void ConstantInt::destroyConstantImpl() { in destroyConstantImpl() function in ConstantInt
1126 void ConstantFP::destroyConstantImpl() { in destroyConstantImpl() function in ConstantFP
1534 void ConstantTokenNone::destroyConstantImpl() { in destroyConstantImpl() function in ConstantTokenNone
1689 void ConstantAggregateZero::destroyConstantImpl() { in destroyConstantImpl() function in ConstantAggregateZero
1694 void ConstantArray::destroyConstantImpl() { in destroyConstantImpl() function in ConstantArray
1703 void ConstantStruct::destroyConstantImpl() { in destroyConstantImpl() function in ConstantStruct
1708 void ConstantVector::destroyConstantImpl() { in destroyConstantImpl() function in ConstantVector
1842 void ConstantPointerNull::destroyConstantImpl() { in destroyConstantImpl() function in ConstantPointerNull
1861 void ConstantTargetNone::destroyConstantImpl() { in destroyConstantImpl() function in ConstantTargetNone
[all …]
H A DGlobals.cpp53 void GlobalValue::destroyConstantImpl() { in destroyConstantImpl() function in GlobalValue
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20822 {"_ZN4llvm8Constant19destroyConstantImplEv", "llvm::Constant::destroyConstantImpl()"},