HomeSort by relevance Sort by last modified time
    Searched refs:addInst (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/MC/
MCAtom.h 52 void addInst(const MCInst &I, uint64_t Address, unsigned Size);
  /external/llvm/tools/llvm-objdump/
MCFunction.h 61 void addInst(const MCDecodedInst &Inst) { Insts.push_back(Inst); }
MCFunction.cpp 105 BB.addInst(Instructions[ii]);
  /external/llvm/lib/MC/
MCAtom.cpp 16 void MCAtom::addInst(const MCInst &I, uint64_t Address, unsigned Size) {
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 204 void addInst(int64_t OffsetFromFirst, Instruction *Inst) {
424 Ranges.addInst(0, StartInst);
    [all...]

Completed in 608 milliseconds