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

  /external/llvm/include/llvm/MC/
MCInstBuilder.h 56 MCInstBuilder &addInst(const MCInst *Val) {
MCAtom.h 131 void addInst(const MCInst &Inst, uint64_t Size);
  /external/llvm/lib/MC/
MCAtom.cpp 74 void MCTextAtom::addInst(const MCInst &I, uint64_t Size) {
MCObjectDisassembler.cpp 80 Text->addInst(Inst, InstSize);
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 204 void addInst(int64_t OffsetFromFirst, Instruction *Inst) {
424 Ranges.addInst(0, StartInst);
    [all...]

Completed in 119 milliseconds