Searched refs:CallSiteLoc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ReplayInlineAdvisor.cpp | 109 std::string CallSiteLoc = in getAdviceImpl() local 112 std::string Combined = (Callee + CallSiteLoc).str(); in getAdviceImpl() 119 << CallSiteLoc << "\n"); in getAdviceImpl() 125 << CallSiteLoc << "\n"); in getAdviceImpl()
|
| H A D | InlineAdvisor.cpp | 439 raw_string_ostream CallSiteLoc(Buffer); in formatCallSiteLocation() local 443 CallSiteLoc << " @ "; in formatCallSiteLocation() 453 CallSiteLoc << Name.str() << ":" << llvm::utostr(Offset); in formatCallSiteLocation() 455 CallSiteLoc << ":" << llvm::utostr(DIL->getColumn()); in formatCallSiteLocation() 457 CallSiteLoc << "." << llvm::utostr(Discriminator); in formatCallSiteLocation() 461 return CallSiteLoc.str(); in formatCallSiteLocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProf.cpp | 441 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local 443 Node = Node->getOrCreateChildFrame(CallSiteLoc, Callsite.Func); in getOrCreateContextPath() 444 CallSiteLoc = Callsite.Location; in getOrCreateContextPath() 466 auto &SamplesMap = NodeProfile->functionSamplesAt(ChildNode.CallSiteLoc); in convertCSProfiles() 472 ChildNode.CallSiteLoc.LineOffset, ChildNode.CallSiteLoc.Discriminator, in convertCSProfiles() 490 auto &SamplesMap = NodeProfile->functionSamplesAt(ChildNode.CallSiteLoc); in convertCSProfiles()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleContextTracker.cpp | 51 if (ChildNode.CallSiteLoc != CallSite) in getHottestChildContext() 137 LineLocation ContextTrieNode::getCallSiteLoc() const { return CallSiteLoc; } in getCallSiteLoc() 148 CallSiteLoc = Loc; in setCallSiteLoc() 153 << " Callsite: " << CallSiteLoc << "\n" in dumpNode() 521 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local 527 ContextNode->getOrCreateChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath() 530 ContextNode->getChildContext(CallSiteLoc, Callsite.Func); in getOrCreateContextPath() 532 CallSiteLoc = Callsite.Location; in getOrCreateContextPath()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | SampleContextTracker.h | 41 CallSiteLoc(CallLoc){}; in ParentContext() 79 LineLocation CallSiteLoc; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 576 LineLocation CallSiteLoc(0, 0); 577 decodeContextString(ChildContext, Callee, CallSiteLoc); 578 Context.emplace_back(Callee, CallSiteLoc); 1402 : FuncName(FName), FuncSamples(FSamples), CallSiteLoc(CallLoc){}; 1411 LineLocation CallSiteLoc;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2064 SourceLocation CallSiteLoc); 7214 SourceLocation CallSiteLoc) { in CheckNonNullArgument() argument 7216 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr, in CheckNonNullArgument() 7285 SourceLocation CallSiteLoc) { in CheckNonNullArguments() argument 7300 CheckNonNullArgument(S, Arg, CallSiteLoc); in CheckNonNullArguments() 19352 SourceLocation CallSiteLoc) { in CheckArgumentWithTypeTag() argument 19359 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag() 19379 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 14143 SourceLocation CallSiteLoc);
|