Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp330 std::vector<std::string> SharedObjs(AdditionalSOs); in executeProgram() local
332 SharedObjs.push_back(SharedObj); in executeProgram()
336 SharedObjs, Timeout, MemoryLimit); in executeProgram()