OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstSize
(Results
1 - 3
of
3
) sorted by relevancy
/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/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
...]
Completed in 19 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026