OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MInsn
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
69
const MachineInstr *
MInsn
= II;
72
const DebugLoc MIDL =
MInsn
->getDebugLoc();
74
PrevMI =
MInsn
;
80
PrevMI =
MInsn
;
85
if (
MInsn
->isDebugValue())
98
RangeBeginMI =
MInsn
;
101
PrevMI =
MInsn
;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
151
const MachineInstr *
MInsn
; // DBG_VALUE instruction of the variable.
156
: Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV),
MInsn
(0),
167
const MachineInstr *getMInsn() const { return
MInsn
; }
168
void setMInsn(const MachineInstr *M) {
MInsn
= M; }
DwarfDebug.cpp
[
all
...]
Completed in 353 milliseconds