OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextInstAddress
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCAtom.cpp
75
if (
NextInstAddress
> End)
76
remap(Begin,
NextInstAddress
);
77
Insts.push_back(MCDecodedInst(I,
NextInstAddress
, Size));
78
NextInstAddress
+= Size;
/external/llvm/include/llvm/MC/
MCAtom.h
128
uint64_t
NextInstAddress
;
156
: MCAtom(TextAtom, P, Begin, End),
NextInstAddress
(Begin) {}
Completed in 102 milliseconds