HomeSort by: relevance | last modified time | path
    Searched refs:InstSize (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.h 32 uint64_t Offset, uint64_t InstSize) override;
AArch64ExternalSymbolizer.cpp 61 bool IsBranch, uint64_t Offset, uint64_t InstSize) {
75 !GetOpInfo(DisInfo, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
MCExternalSymbolizer.h 49 uint64_t Offset, uint64_t InstSize) override;
MCSymbolizer.h 66 /// \param InstSize - Size of the instruction in bytes.
71 uint64_t InstSize) = 0;
MCDisassembler.h 178 uint64_t Offset, uint64_t InstSize) const;
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
MCDisassembler.cpp 29 uint64_t InstSize) const {
32 Inst, *CommentStream, Value, Address, IsBranch, Offset, InstSize);
MCExternalSymbolizer.cpp 40 uint64_t InstSize) {
46 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
56 // InstSize, we will not guess it is an address of a symbol. Because in
59 if (!SymbolLookUp || (InstSize == 1 && !IsBranch))
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 139 unsigned InstSize = HII->getSize(*MII);
160 InstOffset += InstSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.h 198 uint64_t InstSize) override;
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 309 uint64_t InstSize;
310 if (!decodeInst(Symbol, Inst, InstSize))
318 uint64_t NextPC = SymbolAddr + InstSize;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 334 DiceTable &Dices, uint64_t &InstSize) {
347 InstSize = DumpDataInCode(bytes, Length, Kind);
350 InstSize++;
7691 uint64_t InstSize;
7692 for (uint64_t Index = 0; Index < SectSize; Index += InstSize) {
7697 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize))
7702 if (DisAsm->getInstruction(Inst, InstSize, Bytes.slice(Index), PC,
7716 dumpBytes(makeArrayRef(Bytes.data() + Index, InstSize), outs());
7725 InstSize = 1; // skip exactly one illegible byte and move on.
7729 if (InstSize == 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 704 bool isBranch, uint64_t InstSize,
709 /* Offset */ 0, InstSize);

Completed in 73 milliseconds