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

  /external/llvm/include/llvm/IR/
Constant.h 121 /// destroyConstant - Called if some element of this constant is no longer
128 virtual void destroyConstant() { llvm_unreachable("Not reached!"); }
  /external/llvm/lib/IR/
Globals.cpp 48 /// Override destroyConstant to make sure it doesn't get called on
50 void GlobalValue::destroyConstant() {
51 llvm_unreachable("You can't GV->destroyConstant()!");
InlineAsm.cpp 50 void InlineAsm::destroyConstant() {
Constants.cpp 253 cast<Constant>(V)->destroyConstant();
422 const_cast<Constant*>(C)->destroyConstant();
    [all...]

Completed in 247 milliseconds