Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp118 DIR* ProcDir; in checkForOProfileProcEntry() local
120 ProcDir = opendir("/proc"); in checkForOProfileProcEntry()
121 if (!ProcDir) in checkForOProfileProcEntry()
126 while (0 != (Entry = readdir(ProcDir))) { in checkForOProfileProcEntry()
169 closedir(ProcDir); in checkForOProfileProcEntry()
177 closedir(ProcDir); in checkForOProfileProcEntry()