Home
last modified time | relevance | path

Searched refs:stringRef (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h108 StringRef stringRef() const { in stringRef() function
H A DSampleProf.h1138 return Func.stringRef();
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp133 StringRef Name = S_V.first.stringRef(); in findPrefetchInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp887 FNameString = FName.stringRef(); in readFuncProfiles()
924 StringRef FuncNameStr = FuncName.stringRef(); in readFuncProfiles()
1780 StringRef NameStr = Name.stringRef(); in applyRemapping()
H A DSampleProfWriter.cpp375 if (I.first.stringRef().contains(FunctionSamples::UniqSuffix)) { in writeNameTableSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp454 return Node->getFuncName().stringRef(); in getFuncNameFor()
H A DSampleProfile.cpp2038 NamesInProfile.insert(Name.stringRef()); in doInitialization()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp559 StringRef New = RemappingTable.lookup(Name.stringRef()); in operator ()()