Home
last modified time | relevance | path

Searched refs:NextAddress (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp119 uint64_t NextAddress = 0; in buildFlowsToUndefined() local
133 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
155 NextAddress = Target; in buildFlowsToUndefined()
164 uint64_t CurrentAddress = NextAddress; in buildFlowsToUndefined()
181 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
184 Result.IntermediateNodes[CurrentAddress] = NextAddress; in buildFlowsToUndefined()
188 CurrentAddress = NextAddress; in buildFlowsToUndefined()