Searched refs:CallSiteLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext() 70 LineLocation OldCallSite = NodeToMove.CallSiteLoc; in moveToChildContext() 74 NewNode.CallSiteLoc = CallSite; in moveToChildContext() 130 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() 142 << " Callsite: " << CallSiteLoc << "\n" in dump() 469 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local 482 ContextNode->getOrCreateChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath() 484 ContextNode = ContextNode->getChildContext(CallSiteLoc, CalleeName); in getOrCreateContextPath() 486 CallSiteLoc = NextCallSiteLoc; in getOrCreateContextPath()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ReplayInlineAdvisor.cpp | 70 std::string CallSiteLoc = getCallSiteLocation(CB.getDebugLoc()); in getAdviceImpl() local 72 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl()
|
| H A D | InlineAdvisor.cpp | 385 raw_string_ostream CallSiteLoc(Buffer); in getCallSiteLocation() local 389 CallSiteLoc << " @ "; in getCallSiteLocation() 399 CallSiteLoc << Name.str() << ":" << llvm::utostr(Offset) << ":" in getCallSiteLocation() 402 CallSiteLoc << "." << llvm::utostr(Discriminator); in getCallSiteLocation() 406 return CallSiteLoc.str(); in getCallSiteLocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleContextTracker.h | 43 CallSiteLoc(CallLoc){}; in ParentContext() 81 LineLocation CallSiteLoc; variable
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 1393 SourceLocation CallSiteLoc); 4387 SourceLocation CallSiteLoc) { in CheckNonNullArgument() argument 4389 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr, in CheckNonNullArgument() 4458 SourceLocation CallSiteLoc) { in CheckNonNullArguments() argument 4473 CheckNonNullArgument(S, Arg, CallSiteLoc); in CheckNonNullArguments() 4547 CheckNonNullArgument(S, Args[ArgIndex], CallSiteLoc); in CheckNonNullArguments() 15822 SourceLocation CallSiteLoc) { in CheckArgumentWithTypeTag() argument 15829 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag() 15849 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 12664 SourceLocation CallSiteLoc);
|