Home
last modified time | relevance | path

Searched refs:StaticBranchTargetings (Results 1 – 2 of 2) 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()
239 if (TargetRefsKV == StaticBranchTargetings.end()) in getDirectControlFlowXRefs()
510 StaticBranchTargetings[Target].push_back(VMAddress); in parseSectionContents()
H A DFileAnalysis.h225 DenseMap<uint64_t, std::vector<uint64_t>> StaticBranchTargetings; variable