HomeSort by relevance Sort by last modified time
    Searched refs:destroyConstant (Results 1 - 16 of 16) 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!"); }
Constants.h 311 void destroyConstant() override;
359 void destroyConstant() override;
417 void destroyConstant() override;
464 void destroyConstant() override;
500 void destroyConstant() override;
627 void destroyConstant() override;
772 void destroyConstant() override;
    [all...]
InlineAsm.h 62 void destroyConstant();
GlobalValue.h 322 void destroyConstant() override;
  /external/llvm/lib/IR/
BasicBlock.cpp 80 BA->destroyConstant();
Constants.cpp 253 cast<Constant>(V)->destroyConstant();
422 const_cast<Constant*>(C)->destroyConstant();
    [all...]
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() {
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 156 CE->destroyConstant();
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 154 C->destroyConstant();
GlobalOpt.cpp 232 CE->destroyConstant();
237 C->destroyConstant();
311 CE->destroyConstant();
347 C->destroyConstant();
591 cast<ConstantExpr>(GEP)->destroyConstant();
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 502 BA->destroyConstant();
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 401 UserC->destroyConstant();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 374 UserC->destroyConstant();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 653 UserC->destroyConstant();
    [all...]

Completed in 515 milliseconds