OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NextMetaPtr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.cpp
121
const Instr *
NextMetaPtr
;
127
NextMetaPtr
= Analysis.getNextInstructionSequential(BranchInstrMeta);
128
if (!
NextMetaPtr
) {
134
NextAddress =
NextMetaPtr
->VMAddress;
136
NextMetaPtr
->VMAddress; // Add the new node to the branch head.
149
NextMetaPtr
= Analysis.getInstruction(Target);
150
if (!
NextMetaPtr
) {
158
NextMetaPtr
->VMAddress; // Add the new node to the branch head.
166
const Instr *CurrentMetaPtr =
NextMetaPtr
;
177
NextMetaPtr
= Analysis.getDefiniteNextInstruction(*CurrentMetaPtr)
[
all
...]
FileAnalysis.cpp
208
const Instr *
NextMetaPtr
;
218
NextMetaPtr
= getInstruction(Target);
220
NextMetaPtr
=
224
if (!
NextMetaPtr
|| !
NextMetaPtr
->Valid)
227
return
NextMetaPtr
;
Completed in 16 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026