Searched refs:VFName (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp43 const StringRef VFName) {
55 Function::Create(FTy, Function::ExternalLinkage, VFName, M);
58 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Added to the module: `" << VFName
66 LLVM_DEBUG(dbgs() << DEBUG_TYPE << ": Adding `" << VFName local
42 addVariantDeclaration(CallInst &CI, const unsigned VF, const StringRef VFName) argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp951 std::string VFName = stringOr(IS->getVirtualFileName(), "<null>"); local
964 WithColor(Printer, PDB_ColorItem::Path).get() << VFName;

Completed in 73 milliseconds