Searched refs:addInst (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCAtom.h52 void addInst(const MCInst &I, uint64_t Address, unsigned Size);
/external/llvm/tools/llvm-objdump/
H A DMCFunction.h61 void addInst(const MCDecodedInst &Inst) { Insts.push_back(Inst); } function in class:llvm::MCBasicBlock
H A DMCFunction.cpp105 BB.addInst(Instructions[ii]);
/external/llvm/lib/MC/
H A DMCAtom.cpp16 void MCAtom::addInst(const MCInst &I, uint64_t Address, unsigned Size) { function in class:MCAtom
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp204 void addInst(int64_t OffsetFromFirst, Instruction *Inst) { function in class:__anon9115::MemsetRanges
424 Ranges.addInst(0, StartInst);

Completed in 120 milliseconds