Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp506 const MDString *MemProfFilename = in createProfileFileNameVar() local
508 if (!MemProfFilename) in createProfileFileNameVar()
510 assert(!MemProfFilename->getString().empty() && in createProfileFileNameVar()
513 M.getContext(), MemProfFilename->getString(), true); in createProfileFileNameVar()