OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodeOpcodes
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h
78
void
decodeOpcodes
(ArrayRef<uint8_t> Opcodes, unsigned Offset,
ARMWinEHPrinter.cpp
38
// describing how to unwind the function (c.f. Decoder::
decodeOpcodes
).
493
void Decoder::
decodeOpcodes
(ArrayRef<uint8_t> Opcodes, unsigned Offset,
537
decodeOpcodes
(UC, 0, /*Prologue=*/true);
541
decodeOpcodes
(UC, XData.EpilogueCount(), /*Prologue=*/false);
553
decodeOpcodes
(XData.UnwindByteCode(), ES.EpilogueStartIndex(),
Completed in 394 milliseconds