reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/MC/Disassembler.cpp
   83   InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
   85   EXPECT_EQ(InstSize, 1U);
   87   PC += InstSize;
   88   BytesP += InstSize;
   89   NumBytes -= InstSize;
   91   InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
   93   EXPECT_EQ(InstSize, 2U);
   96   PC += InstSize;
   97   BytesP += InstSize;
   98   NumBytes -= InstSize;
  100   InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
  102   EXPECT_EQ(InstSize, 3U);