Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp156 const auto &InstrKV = Instructions.find(Address); in getInstruction() local
157 if (InstrKV == Instructions.end()) in getInstruction()
160 return &InstrKV->second; in getInstruction()
164 const auto &InstrKV = Instructions.find(Address); in getInstructionOrDie() local
165 assert(InstrKV != Instructions.end() && "Address doesn't exist."); in getInstructionOrDie()
166 return InstrKV->second; in getInstructionOrDie()