Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp153 const auto &InstrKV = Instructions.find(Address); in getInstruction() local
154 if (InstrKV == Instructions.end()) in getInstruction()
157 return &InstrKV->second; in getInstruction()
161 const auto &InstrKV = Instructions.find(Address); in getInstructionOrDie() local
162 assert(InstrKV != Instructions.end() && "Address doesn't exist."); in getInstructionOrDie()
163 return InstrKV->second; in getInstructionOrDie()