Home
last modified time | relevance | path

Searched refs:setFuncInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DSFrame.h117 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 DInstrProf.h828 void setFuncInfo(StringRef Name, uint64_t Hash) { in setFuncInfo() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp686 FuncOverlap.setFuncInfo(I.Name, I.Hash); in overlapInput()