Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp238 const auto &TargetRefsKV = StaticBranchTargetings.find(InstrMeta.VMAddress); in getDirectControlFlowXRefs() local
239 if (TargetRefsKV == StaticBranchTargetings.end()) in getDirectControlFlowXRefs()
242 for (uint64_t SourceInstrAddress : TargetRefsKV->second) { in getDirectControlFlowXRefs()