Searched refs:Callers (Results 1 – 16 of 16) sorted by relevance
144 auto [Next, Inserted] = Curr->Callers.try_emplace(StackId); in addCallStack()237 for (auto &Caller : Node->Callers) in collectContextSizeInfo()246 for (auto &Caller : Node->Callers) in convertHotToNotCold()397 if (!Node->Callers.empty()) { in buildMIBNodes()398 bool NodeHasAmbiguousCallerContext = Node->Callers.size() > 1; in buildMIBNodes()408 for (auto &Caller : Node->Callers) { in buildMIBNodes()503 assert(!Alloc->Callers.empty() && "addCallStack has not been called yet"); in buildAndAttachMIBMetadata()
73 SmallSet<Function *, 16> Callers; in CallGraphDOTInfo() local76 Callers.insert(cast<Instruction>(U)->getFunction()); in CallGraphDOTInfo()77 for (Function *Caller : Callers) in CallGraphDOTInfo()
593 DenseMap<const CalleeTy *, SmallVector<const CalleeTy *, 4>> Callers; member in __anonc3460ea90211::StackSafetyDataFlowAnalysis675 WorkList.insert_range(Callers[Callee]); in updateOneNode()695 Callers[Callee].push_back(F.first); in runDataFlow()
79 std::map<uint64_t, CallStackTrieNode *> Callers; member108 for (auto C : Node->Callers) in deleteTrieNode()
272 necessary. Callers should treat installing a callback that waives errors as a389 Callers must therefore treat the return value as the authoritative418 validation. Callers should be aware of the following:451 above it. Callers should nevertheless be aware that the chain returned in
95 facilitates backwards compatibility if fields are added to B<BIO_MSG>. Callers194 to BIO_err_is_non_fatal(). Callers should do this instead of testing the reason
151 comparisons). Callers should treat the return value as the authoritative
302 Callers that only have "const" access to data they're indexing in a
2575 SmallVector<Function *> Callers; in OptimizeNonTrivialIFuncs() local2586 Callers.push_back(Caller); in OptimizeNonTrivialIFuncs()2593 sort(Callers, [&](auto *LHS, auto *RHS) { in OptimizeNonTrivialIFuncs()2602 for (Function *Caller : Callers) { in OptimizeNonTrivialIFuncs()
188 controllers. Callers do not pass the event themselves. The event is generated by
2131 # (e.g. -t). Callers should still reset SCAN_SUSPEND_PROGRESS in cleanup.
251 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
414 * data is overwritten. Callers must allocate the right number of krb5_crypto_iov2801 * Callers must release the returned entry with krb5_kt_free_entry().
195 restricted even more by the umask). Callers using
6313 registers namely, v1-v7 and v24-v31 as callee-saved. Callers thus don't need
1057 This operation is typically invoked via `EVP_PKEY_encrypt(3)`. Callers that