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

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

Completed in 42 milliseconds