Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h102 bool ComputeNextPC(nub_addr_t currentPC,
111 void EvaluateNextInstructionForSoftwareBreakpointSetup(nub_addr_t currentPC,
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp5700 auto currentPC = pc; in genSliceIndices() local
5702 IterationSpace newIters = currentPC(iters); in genSliceIndices()
5737 auto currentPC = pc; in genSliceIndices() local
5739 IterationSpace newIters = currentPC(iters); in genSliceIndices()
5775 auto currentPC = pc; in genSliceIndices() local
5788 IterationSpace newIters = currentPC(iters); in genSliceIndices()
5793 auto currentPC = pc; in genSliceIndices() local
5802 IterationSpace newIters = currentPC(iters); in genSliceIndices()
6999 auto currentPC = components.pc; in applyPathToArrayLoad() local
7003 return IterationSpace(currentPC(iters), prefix, suffix); in applyPathToArrayLoad()