Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp468 const MDString *MemProfFilename = in createProfileFileNameVar() local
470 if (!MemProfFilename) in createProfileFileNameVar()
472 assert(!MemProfFilename->getString().empty() && in createProfileFileNameVar()
475 M.getContext(), MemProfFilename->getString(), true); in createProfileFileNameVar()