Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp134 int CmdLineFD = open(CmdLineFName.c_str(), S_IRUSR); in checkForOProfileProcEntry() local
135 if (CmdLineFD != -1) { in checkForOProfileProcEntry()
140 ssize_t NumRead = read(CmdLineFD, ExeName, PATH_MAX+1); in checkForOProfileProcEntry()
141 close(CmdLineFD); in checkForOProfileProcEntry()