HomeSort by relevance Sort by last modified time
    Searched defs:destroyConstantImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
Globals.cpp 39 /// Override destroyConstantImpl to make sure it doesn't get called on
41 void GlobalValue::destroyConstantImpl() {
42 llvm_unreachable("You can't GV->destroyConstantImpl()!");
Constants.cpp 300 /// First call destroyConstantImpl on the subclass. This gives the subclass
307 cast<Name>(this)->destroyConstantImpl(); \
622 void ConstantInt::destroyConstantImpl() {
623 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
762 void ConstantFP::destroyConstantImpl() {
763 llvm_unreachable("You can't ConstantInt->destroyConstantImpl()!");
    [all...]

Completed in 140 milliseconds