Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DFunctionId.h108 StringRef stringRef() const { in stringRef() function
H A DSampleProf.h1142 return Func.stringRef();
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp134 StringRef Name = S_V.first.stringRef(); in findPrefetchInfo()
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp888 FNameString = FName.stringRef(); in readFuncProfiles()
925 StringRef FuncNameStr = FuncName.stringRef(); in readFuncProfiles()
1781 StringRef NameStr = Name.stringRef(); in applyRemapping()
H A DSampleProfWriter.cpp375 if (I.first.stringRef().contains(FunctionSamples::UniqSuffix)) { in writeNameTableSection()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp454 return Node->getFuncName().stringRef(); in getFuncNameFor()
H A DSampleProfile.cpp1990 NamesInProfile.insert(Name.stringRef()); in buildFunctionOrder()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp596 StringRef New = RemappingTable.lookup(Name.stringRef()); in overlapInput()