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

  /external/llvm/include/llvm/
Constant.h 99 /// destroyConstant - Called if some element of this constant is no longer
106 virtual void destroyConstant() { assert(0 && "Not reached!"); }
  /external/llvm/lib/VMCore/
Globals.cpp 42 /// Override destroyConstant to make sure it doesn't get called on
44 void GlobalValue::destroyConstant() {
45 llvm_unreachable("You can't GV->destroyConstant()!");
InlineAsm.cpp 49 void InlineAsm::destroyConstant() {
Constants.cpp 167 CV->destroyConstant();
316 const_cast<Constant*>(C)->destroyConstant();
    [all...]

Completed in 47 milliseconds