Searched refs:CallSiteLoc (Results 1 – 8 of 8) sorted by relevance
/freebsd/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 | 440 raw_string_ostream CallSiteLoc(Buffer); in formatCallSiteLocation() local 444 CallSiteLoc << " @ "; in formatCallSiteLocation() 454 CallSiteLoc << Name.str() << ":" << llvm::utostr(Offset); in formatCallSiteLocation() 456 CallSiteLoc << ":" << llvm::utostr(DIL->getColumn()); in formatCallSiteLocation() 458 CallSiteLoc << "." << llvm::utostr(Discriminator); in formatCallSiteLocation() 462 return CallSiteLoc.str(); in formatCallSiteLocation()
|
/freebsd/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/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 457 LineLocation CallSiteLoc(0, 0); in getOrCreateContextPath() local 459 Node = Node->getOrCreateChildFrame(CallSiteLoc, Callsite.Func); in getOrCreateContextPath() 460 CallSiteLoc = Callsite.Location; in getOrCreateContextPath() 482 auto &SamplesMap = NodeProfile->functionSamplesAt(ChildNode.CallSiteLoc); in convertCSProfiles() 488 ChildNode.CallSiteLoc.LineOffset, ChildNode.CallSiteLoc.Discriminator, in convertCSProfiles() 506 auto &SamplesMap = NodeProfile->functionSamplesAt(ChildNode.CallSiteLoc); in convertCSProfiles()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleContextTracker.h | 41 CallSiteLoc(CallLoc){}; in ParentContext() 79 LineLocation CallSiteLoc; 80 LineLocation CallSiteLoc; global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 577 LineLocation CallSiteLoc(0, 0); 578 decodeContextString(ChildContext, Callee, CallSiteLoc); 579 Context.emplace_back(Callee, CallSiteLoc); 1409 : FuncName(FName), FuncSamples(FSamples), CallSiteLoc(CallLoc){}; 1418 LineLocation CallSiteLoc;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1865 SourceLocation CallSiteLoc); 3005 SourceLocation CallSiteLoc) { in CheckNonNullArgument() argument 3007 S.DiagRuntimeBehavior(CallSiteLoc, ArgExpr, in CheckNonNullArgument() 3024 SourceLocation CallSiteLoc) { in CheckNonNullArguments() argument 3039 CheckNonNullArgument(S, Arg, CallSiteLoc); in CheckNonNullArguments() 14013 SourceLocation CallSiteLoc) { in CheckArgumentWithTypeTag() argument 14020 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag() 14040 Diag(CallSiteLoc, diag::err_tag_index_out_of_range) in CheckArgumentWithTypeTag()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 2638 SourceLocation CallSiteLoc);
|