Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp129 SmallString<256> CmdLineFName; in checkForOProfileProcEntry() local
130 raw_svector_ostream(CmdLineFName) << "/proc/" << Entry->d_name in checkForOProfileProcEntry()
134 int CmdLineFD = open(CmdLineFName.c_str(), S_IRUSR); in checkForOProfileProcEntry()