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 115 /// destroyConstant - Called if some element of this constant is no longer
122 virtual void destroyConstant() { llvm_unreachable("Not reached!"); }
  /external/llvm/lib/IR/
Globals.cpp 43 /// Override destroyConstant to make sure it doesn't get called on
45 void GlobalValue::destroyConstant() {
46 llvm_unreachable("You can't GV->destroyConstant()!");
InlineAsm.cpp 50 void InlineAsm::destroyConstant() {
Constants.cpp 233 cast<Constant>(V)->destroyConstant();
379 const_cast<Constant*>(C)->destroyConstant();
    [all...]

Completed in 7259 milliseconds