Searched refs:getFuncName (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h545 if (isDeclaration(M->getFunction(getFuncName()))) {
554 const Function *Callee = M->getFunction(getFuncName(TS.getKey()));
570 StringRef getFuncName() const { return getFuncName(Name); } function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SecProfSummaryFlags::FunctionSamples
603 /// is actually GUID of the original function name. getFuncName will
607 StringRef getFuncName(StringRef Name) const { function in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SecProfSummaryFlags::FunctionSamples
H A DInstrProf.h496 StringRef getFuncName(uint64_t FuncNameAddress, size_t NameSize);
500 inline StringRef getFuncName(uint64_t FuncMD5Hash);
502 /// Just like getFuncName, except that it will return a non-empty StringRef
517 /// global functions, it returns the same string as getFuncName.
556 StringRef ret = getFuncName(FuncMD5Hash);
562 StringRef InstrProfSymtab::getFuncName(uint64_t FuncMD5Hash) { function in class:llvm::InstrProfSymtab
587 StringRef PGOName = getFuncName(FuncMD5Hash);
H A DInstrProfReader.h283 return Symtab->getFuncName(swap(NameRef));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h735 FuncName = ProfileNames.getFuncName(NameRef);
784 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { function in struct:llvm::coverage::CovMapFunctionRecordV1
787 FuncName = ProfileNames.getFuncName(NameRef, NameS);
832 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { function in struct:llvm::coverage::CovMapFunctionRecordV2
876 Error getFuncName(InstrProfSymtab &ProfileNames, StringRef &FuncName) const { function in struct:llvm::coverage::CovMapFunctionRecordV3
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOMemOPSizeOpt.cpp177 StringRef getFuncName() { function in struct:__anon4595::MemOp
241 LLVM_DEBUG(dbgs() << "MemOP call: " << MO.getFuncName()
H A DPGOInstrumentation.cpp1095 const std::string getFuncName() const { return FuncInfo.FuncName; } function in class:__anon4593::PGOUseFunc
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp421 StringRef InstrProfSymtab::getFuncName(uint64_t Pointer, size_t Size) { function in class:InstrProfSymtab
525 if (Error Err = CFR->template getFuncName<Endian>(ProfileNames, FuncName))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp817 OS << Symtab->getFuncName(VD[V].Value);
1157 Func.getFuncName(), Func.getTotalSamples(), TotalSamplePercent,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1031 auto CalleeFunctionName = FS->getFuncName();

Completed in 137 milliseconds