Lines Matching refs:EC
53 if (auto EC = InfoOrErr.getError()) in symbolizeCode() local
54 return EC; in symbolizeCode()
73 if (auto EC = InfoOrErr.getError()) in symbolizeInlinedCode() local
74 return EC; in symbolizeInlinedCode()
96 if (auto EC = InfoOrErr.getError()) in symbolizeData() local
97 return EC; in symbolizeData()
266 if (auto EC = ObjOrErr.getError()) { in getOrCreateObjectPair() local
268 std::make_pair(std::make_pair(Path, ArchName), EC)); in getOrCreateObjectPair()
269 return EC; in getOrCreateObjectPair()
295 if (auto EC = BinOrErr.getError()) { in getOrCreateObject() local
296 BinaryForPath.insert(std::make_pair(Path, EC)); in getOrCreateObject()
297 return EC; in getOrCreateObject()
301 } else if (auto EC = I->second.getError()) { in getOrCreateObject() local
302 return EC; in getOrCreateObject()
312 if (auto EC = I->second.getError()) in getOrCreateObject() local
313 return EC; in getOrCreateObject()
318 if (auto EC = ObjOrErr.getError()) { in getOrCreateObject() local
320 std::make_pair(std::make_pair(Path, ArchName), EC)); in getOrCreateObject()
321 return EC; in getOrCreateObject()
339 if (auto EC = InfoOrErr.getError()) in getOrCreateModuleInfo() local
340 return EC; in getOrCreateModuleInfo()
355 if (auto EC = ObjectsOrErr.getError()) { in getOrCreateModuleInfo() local
357 Modules.insert(std::make_pair(ModuleName, EC)); in getOrCreateModuleInfo()
358 return EC; in getOrCreateModuleInfo()
381 if (auto EC = InsertResult.first->second.getError()) in getOrCreateModuleInfo() local
382 return EC; in getOrCreateModuleInfo()