OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MInsn
(Results
1 - 3
of
3
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/program/
MInsn.java
25
public class
MInsn
{
44
* Clone this
MInsn
, and clone the wrapped Instruction.
46
public
MInsn
clone() {
47
MInsn
newInsn = new
MInsn
();
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
61
/// single instruction use \a
MInsn
and (optionally) a single entry of \a Expr.
70
const MachineInstr *
MInsn
= nullptr; /// DBG_VALUE instruction.
86
assert(!
MInsn
&& "Already initialized?");
99
assert(!
MInsn
&& "Already initialized?");
104
MInsn
= DbgValue;
119
const MachineInstr *getMInsn() const { return
MInsn
; }
123
assert(DebugLocListIndex == ~0U && !
MInsn
&& "not an MMI entry");
124
assert(V.DebugLocListIndex == ~0U && !V.
MInsn
&& "not an MMI entry");
166
assert(
MInsn
&& "Expected DBG_VALUE, not MMI variable");
DwarfDebug.cpp
[
all
...]
Completed in 718 milliseconds