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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h95 void addProfiledCall(StringRef CallerName, StringRef CalleeName) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp263 findFunctionSamplesAt( const LineLocation &Loc, StringRef CalleeName, SampleProfileReaderItaniumRemapper *Remapper) const argument
H A DSampleProfReader.cpp127 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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp30 getChildContext(const LineLocation &CallSite, StringRef CalleeName) argument
109 removeChildContext(const LineLocation &CallSite, StringRef CalleeName) argument
161 getOrCreateChildContext( const LineLocation &CallSite, StringRef CalleeName, bool AllowCreate) argument
195 getCalleeContextSamplesFor(const CallBase &Inst, StringRef CalleeName) argument
333 promoteMergeContextSamplesTree( const Instruction &Inst, StringRef CalleeName) argument
411 getCalleeContextFor(const DILocation *DIL, StringRef CalleeName) argument
452 StringRef &CalleeName = S[I].second; local
468 StringRef CalleeName; local
[all...]
H A DSampleProfile.cpp633 StringRef CalleeName; local
995 StringRef CalleeName = CalleeSample->getFuncName(TS.getKey()); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp309 StringRef CalleeName = FunctionSamples::getCanonicalFnName( local
589 StringRef CalleeName = FunctionSamples::getCanonicalFnName( local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp538 StringRef CalleeName = Callee->getName(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp704 const char *CalleeName = E->getSymbol(); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp10453 void CheckFreeArgumentsOnLvalue(Sema &S, const std::string &CalleeName, argument
10462 void CheckFreeArgumentsAddressof(Sema &S, const std::string &CalleeName, argument
10475 void CheckFreeArgumentsPlus(Sema &S, const std::string &CalleeName, argument
10486 void CheckFreeArgumentsStackArray(Sema &S, const std::string &CalleeName, argument
10496 void CheckFreeArgumentsCast(Sema &S, const std::string &CalleeName, argument
10529 const std::string CalleeName = local
[all...]

Completed in 325 milliseconds