HomeSort by relevance Sort by last modified time
    Searched refs:destroyConstant (Results 1 - 14 of 14) 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!"); }
Constants.h 311 virtual void destroyConstant();
359 virtual void destroyConstant();
417 virtual void destroyConstant();
464 virtual void destroyConstant();
500 virtual void destroyConstant();
627 virtual void destroyConstant();
766 virtual void destroyConstant();
    [all...]
InlineAsm.h 62 void destroyConstant();
GlobalValue.h 280 virtual void destroyConstant();
  /external/llvm/lib/IR/
BasicBlock.cpp 76 BA->destroyConstant();
Constants.cpp 230 cast<Constant>(V)->destroyConstant();
386 const_cast<Constant*>(C)->destroyConstant();
    [all...]
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() {
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 155 C->destroyConstant();
GlobalOpt.cpp 433 CE->destroyConstant();
438 C->destroyConstant();
502 CE->destroyConstant();
538 C->destroyConstant();
783 cast<ConstantExpr>(GEP)->destroyConstant();
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 501 BA->destroyConstant();
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 366 UserC->destroyConstant();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 381 UserC->destroyConstant();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 661 UserC->destroyConstant();
    [all...]

Completed in 361 milliseconds