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

  /external/llvm/include/llvm/IR/
Constants.h 55 void destroyConstantImpl();
241 void destroyConstantImpl();
312 void destroyConstantImpl();
361 void destroyConstantImpl();
405 void destroyConstantImpl();
466 void destroyConstantImpl();
518 void destroyConstantImpl();
572 void destroyConstantImpl();
806 void destroyConstantImpl();
    [all...]
GlobalValue.h 95 void destroyConstantImpl();
  /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 61 milliseconds