| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
| H A D | FunctionInfo.cpp | 224 SourceLocation SrcLoc; in lookup() local 225 SrcLoc.Name = LR.FuncName; in lookup() 226 SrcLoc.Offset = Addr - FuncAddr; in lookup() 227 LR.Locations.push_back(SrcLoc); in lookup() 237 SourceLocation SrcLoc; in lookup() local 238 SrcLoc.Name = LR.FuncName; in lookup() 239 SrcLoc.Offset = Addr - FuncAddr; in lookup() 240 SrcLoc.Dir = GR.getString(LineEntryFile->Dir); in lookup() 241 SrcLoc.Base = GR.getString(LineEntryFile->Base); in lookup() 242 SrcLoc.Line = LineEntry->Line; in lookup() [all …]
|
| H A D | InlineInfo.cpp | 146 SourceLocation SrcLoc; in lookup() local 147 SrcLoc.Name = SrcLocs.back().Name; in lookup() 148 SrcLoc.Offset = SrcLocs.back().Offset; in lookup() 149 SrcLoc.Dir = GR.getString(CallFile->Dir); in lookup() 150 SrcLoc.Base = GR.getString(CallFile->Base); in lookup() 151 SrcLoc.Line = Inline.CallLine; in lookup() 154 SrcLocs.push_back(SrcLoc); in lookup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 58 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) { in DiagnosticInfoInlineAsm() local 59 if (SrcLoc->getNumOperands() != 0) in DiagnosticInfoInlineAsm() 61 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0))) in DiagnosticInfoInlineAsm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 595 if (const MDNode *SrcLoc = Call.getMetadata("srcloc")) in lowerInlineAsm() local 596 Inst.addMetadata(SrcLoc); in lowerInlineAsm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1269 Value *SrcLoc = getOrCreateIdent(SrcLocStr); in createStaticWorkshareLoop() local 1301 Value *ThreadNum = getOrCreateThreadID(SrcLoc); in createStaticWorkshareLoop() 1309 {SrcLoc, ThreadNum, SchedulingType, PLastIter, PLowerBound, in createStaticWorkshareLoop() 1334 Builder.CreateCall(StaticFini, {SrcLoc, ThreadNum}); in createStaticWorkshareLoop() 1393 Value *SrcLoc = getOrCreateIdent(SrcLocStr); in createDynamicWorkshareLoop() local 1432 Value *ThreadNum = getOrCreateThreadID(SrcLoc); in createDynamicWorkshareLoop() 1441 {SrcLoc, ThreadNum, SchedulingType, /* LowerBound */ One, in createDynamicWorkshareLoop() 1451 Builder.CreateCall(DynamicNext, {SrcLoc, ThreadNum, PLastIter, in createDynamicWorkshareLoop()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 1511 MemoryLocation SrcLoc = MemoryLocation::getForSource(M); in processMemCpy() local 1513 SrcLoc, true, M->getIterator(), M->getParent()); in processMemCpy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1183 const MDNode *SrcLoc = Call->getMetadata("srcloc"); in selectCall() local 1184 if (SrcLoc) in selectCall() 1185 MIB.addMetadata(SrcLoc); in selectCall()
|
| H A D | SelectionDAGBuilder.cpp | 8523 const MDNode *SrcLoc = Call.getMetadata("srcloc"); in visitInlineAsm() local 8524 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 854 ArrayRef<SMLoc> SrcLoc; member in __anon332dbd1e0111::RuleMatcher 872 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() argument 875 NextTempRegID(0), SrcLoc(SrcLoc), ComplexSubOperands(), in RuleMatcher() 3305 PrintFatalError(SrcLoc, "Register " + Reg->getName() + in getPhysRegOperandMatcher() 3317 PrintFatalError(SrcLoc, "Operand " + Name + " was not declared in matcher"); in getOperandMatcher()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1423 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges() local 1426 PathDiagnosticLocation NextSrcContext = SrcLoc; in addContextEdges() 1477 std::make_shared<PathDiagnosticControlFlowPiece>(SrcLoc, DstContext); in addContextEdges()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 5974 MemoryLocation SrcLoc = getLocation(SrcInst, SLP->AA); in calculateDependencies() local 5992 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 803 SourceLocation SrcLoc = AttrArg->getBeginLoc(); in checkParamIsIntegerType() local 804 S.Diag(SrcLoc, diag::err_attribute_integers_only) in checkParamIsIntegerType()
|