Searched defs:FuncDesc (Results 1 – 6 of 6) sorted by relevance
161 type FuncDesc struct { struct162 Funcname string163 Srcfile string164 Units []CoverableUnit165 Lit bool // true if this is a function literal
42 struct FuncDesc { struct62 struct FuncDesc fs_descs, hs_descs; argument
190 func HashFuncDesc(f *coverage.FuncDesc) [16]byte {200 func hashFuncDesc(h hash.Hash, f *coverage.FuncDesc, tmp []byte) {
19 func cmpFuncDesc(want, got coverage.FuncDesc) string {
117 VisitFunc(pkgIdx uint32, fnIdx uint32, fd *coverage.FuncDesc)
594 const auto *FuncDesc = getFuncDescForGUID(Probe->getGuid()); in getInlineContextForProbe() local