Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp278 auto FunctionsTxtPath = DirPlusFile(DirPath, kFunctionsTxt); in CollectDataFlow() local
279 if (FileToString(FunctionsTxtPath).empty()) { in CollectDataFlow()
282 Cmd.setOutputFile(FunctionsTxtPath); in CollectDataFlow()