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 312 virtual void destroyConstant();
360 virtual void destroyConstant();
418 virtual void destroyConstant();
465 virtual void destroyConstant();
501 virtual void destroyConstant();
628 virtual void destroyConstant();
767 virtual void destroyConstant();
    [all...]
InlineAsm.h 62 void destroyConstant();
GlobalValue.h 270 virtual void destroyConstant();
  /external/llvm/lib/IR/
BasicBlock.cpp 76 BA->destroyConstant();
Constants.cpp 233 cast<Constant>(V)->destroyConstant();
379 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 432 CE->destroyConstant();
437 C->destroyConstant();
500 CE->destroyConstant();
536 C->destroyConstant();
782 cast<ConstantExpr>(GEP)->destroyConstant();
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 501 BA->destroyConstant();
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 364 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 629 milliseconds