Searched defs:CalleeName (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h150 void addProfiledCall(FunctionId CallerName, FunctionId CalleeName, argument
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp278 findFunctionSamplesAt( const LineLocation &Loc, StringRef CalleeName, SampleProfileReaderItaniumRemapper *Remapper) const argument
414 getOrCreateChildFrame(const LineLocation &CallSite, FunctionId CalleeName) argument
[all...]
H A DSampleProfReader.cpp214 ParseLine(const StringRef &Input, LineType &LineTy, uint32_t &Depth, uint64_t &NumSamples, uint32_t &LineOffset, uint32_t &Discriminator, StringRef &CalleeName, DenseMap<StringRef, uint64_t> &TargetCountMap, uint64_t &FunctionHash, uint32_t &Attributes) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp30 getChildContext(const LineLocation &CallSite, FunctionId CalleeName) argument
105 removeChildContext(const LineLocation &CallSite, FunctionId CalleeName) argument
179 getOrCreateChildContext( const LineLocation &CallSite, FunctionId CalleeName, bool AllowCreate) argument
226 getCalleeContextSamplesFor(const CallBase &Inst, StringRef CalleeName) argument
368 promoteMergeContextSamplesTree( const Instruction &Inst, FunctionId CalleeName) argument
465 getCalleeContextFor(const DILocation *DIL, FunctionId CalleeName) argument
507 FunctionId CalleeName = S[I].second; local
[all...]
H A DSampleProfile.cpp740 StringRef CalleeName; local
2165 StringRef CalleeName; local
2185 StringRef CalleeName = GetCanonicalCalleeName(dyn_cast<CallBase>(&I)); local
2358 FunctionId CalleeName = *Callees.begin(); local
2377 auto CalleeName = IR.second; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1102 StringRef CalleeName; member in class:llvm::DiagnosticInfoDontCall
1107 DiagnosticInfoDontCall(StringRef CalleeName, StringRef Note, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h141 std::optional<std::string> CalleeName; member in struct:llvm::IRSimilarity::IRInstructionData
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp681 StringRef CalleeName = Callee->getName(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp778 const char *CalleeName = E->getSymbol(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2095 makeExternalCall( SDValue Chain, SelectionDAG &DAG, const char *CalleeName, EVT RetVT, ArrayRef<SDValue> Ops, CallingConv::ID CallConv, bool IsSigned, SDLoc DL, bool DoesNotReturn, bool IsReturnValueUsed) const argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13793 void CheckFreeArgumentsOnLvalue(Sema &S, const std::string &CalleeName, argument
13802 void CheckFreeArgumentsAddressof(Sema &S, const std::string &CalleeName, argument
13816 void CheckFreeArgumentsPlus(Sema &S, const std::string &CalleeName, argument
13827 void CheckFreeArgumentsStackArray(Sema &S, const std::string &CalleeName, argument
13837 void CheckFreeArgumentsCast(Sema &S, const std::string &CalleeName, argument
13870 const std::string CalleeName = local
[all...]

Completed in 392 milliseconds