Searched refs:setFuncInfo (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | SFrame.h | 117 void setPAuthKey(uint8_t P) { setFuncInfo(P, getFDEType(), getFREType()); } 118 void setFDEType(FDEType D) { setFuncInfo(getPAuthKey(), D, getFREType()); } 119 void setFREType(FREType R) { setFuncInfo(getPAuthKey(), getFDEType(), R); } 120 void setFuncInfo(uint8_t PAuthKey, FDEType FDE, FREType FRE) {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 828 void setFuncInfo(StringRef Name, uint64_t Hash) { in setFuncInfo() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 686 FuncOverlap.setFuncInfo(I.Name, I.Hash); in overlapInput()
|