Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DGraphBuilder.cpp120 uint64_t NextAddress = 0; in buildFlowsToUndefined() local
134 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
156 NextAddress = Target; in buildFlowsToUndefined()
165 uint64_t CurrentAddress = NextAddress; in buildFlowsToUndefined()
182 NextAddress = NextMetaPtr->VMAddress; in buildFlowsToUndefined()
185 Result.IntermediateNodes[CurrentAddress] = NextAddress; in buildFlowsToUndefined()
189 CurrentAddress = NextAddress; in buildFlowsToUndefined()