Searched refs:BInfo (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | BlockExtractor.cpp | 179 for (const auto &BInfo : BlocksByName) { in runOnModule() local 180 Function *F = M.getFunction(BInfo.first); in runOnModule() 183 for (const auto &BBInfo : BInfo.second) { in runOnModule()
|
/external/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 855 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); in emitDiagnosticLoc() local 860 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() local 1269 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second) in emitParseableFixits() 1270 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second) in emitParseableFixits()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | BlockExtractor.cpp | 193 for (const auto &BInfo : BlocksByName) { in runOnModule() local 194 Function *F = M.getFunction(BInfo.first); in runOnModule() 197 for (const auto &BBInfo : BInfo.second) { in runOnModule()
|
/external/llvm-project/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 596 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in ProcessCodeCompleteResults() local 603 << " {" << SM.getLineNumber(BInfo.first, BInfo.second) << ':' in ProcessCodeCompleteResults() 604 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-' in ProcessCodeCompleteResults()
|
/external/llvm-project/clang/lib/Frontend/ |
D | TextDiagnostic.cpp | 881 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); in emitDiagnosticLoc() local 886 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID) in emitDiagnosticLoc() 1343 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() local 1358 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second) in emitParseableFixits() 1359 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second) in emitParseableFixits()
|