Searched refs:Fname (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.h146 u_char * Fname(FILE *fd, MD5_CTX *ctx,u_char term,int qual, int verbose);
156 #define GETNAMECOPY(p,q,r,v) if(!((p)=Fname(fd,&ctx,(q),(r),(v)))) return BADREAD; else p=String(p)
H A Dctm_input.c108 point on this buffer + the length test in Ffield() is enough for Fname() */
111 Fname(FILE *fd, MD5_CTX *ctx,u_char term,int qual, int verbose) function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h371 virtual FunctionSamples *getSamplesFor(StringRef Fname) { argument
373 if (auto FS = Remapper->getSamplesFor(Fname))
377 Fname = getRepInFormat(Fname, getFormat(), FGUID);
378 auto It = Profiles.find(Fname);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp203 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, argument
210 ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
H A DMachineOutliner.cpp1380 std::string Fname = F.getName(); local
1385 auto It = FunctionToInstrCount.find(Fname);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp242 &PassName](const std::string &Fname) {
244 std::pair<unsigned, unsigned> &Change = FunctionToInstrCount[Fname];
262 << DiagnosticInfoOptimizationBase::Argument("Function", Fname)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1233 SampleProfileReaderItaniumRemapper::getSamplesFor(StringRef Fname) { argument
1234 if (auto Key = Remappings->lookup(Fname))

Completed in 208 milliseconds