Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp238 const auto &TargetRefsKV = StaticBranchTargetings.find(InstrMeta.VMAddress); in getDirectControlFlowXRefs()
239 if (TargetRefsKV == StaticBranchTargetings.end()) in getDirectControlFlowXRefs()
507 StaticBranchTargetings[Target].push_back(VMAddress); in parseSectionContents()
DFileAnalysis.h226 DenseMap<uint64_t, std::vector<uint64_t>> StaticBranchTargetings; variable