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

References

unittests/MC/Disassembler.cpp
   41   InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
   43   EXPECT_EQ(InstSize, 1U);
   45   PC += InstSize;
   46   BytesP += InstSize;
   47   NumBytes -= InstSize;
   49   InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
   51   EXPECT_EQ(InstSize, 1U);
   53   PC += InstSize;
   54   BytesP += InstSize;
   55   NumBytes -= InstSize;
   57   InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
   59   EXPECT_EQ(InstSize, 2U);