Searched refs:BInfo (Results 1 – 2 of 2) sorted by relevance
133 for (const auto &BInfo : BlocksByName) { in runOnModule() local134 Function *F = M.getFunction(BInfo.first); in runOnModule()138 return BB.getName().equals(BInfo.second); in runOnModule()
855 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); in emitDiagnosticLoc() local860 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID) in emitDiagnosticLoc()869 OS << '{' << SM.getLineNumber(BInfo.first, BInfo.second) << ':' in emitDiagnosticLoc()870 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-' in emitDiagnosticLoc()1254 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() local1269 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second) in emitParseableFixits()1270 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second) in emitParseableFixits()