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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExecutionDriver.cpp224 std::vector<std::string> SafeToolArgs = SafeToolArgv; local
231 SafeToolArgs.push_back("--relocation-model=pic");
234 &SafeToolArgs,
242 SafeToolArgs.push_back("--relocation-model=pic");
245 &SafeToolArgs,
257 &SafeToolArgs,
264 SafeToolArgs.push_back("--relocation-model=pic");
267 &SafeToolArgs,
277 SafeToolArgs.push_back("--relocation-model=pic");
279 GCCBinary, &SafeToolArgs,
[all...]
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp214 std::vector<std::string> SafeToolArgs = SafeToolArgv; local
221 SafeToolArgs.push_back("--relocation-model=pic");
224 &SafeToolArgs,
232 SafeToolArgs.push_back("--relocation-model=pic");
235 &SafeToolArgs,
245 SafeToolArgs.push_back("--relocation-model=pic");
247 CCBinary, &SafeToolArgs,

Completed in 122 milliseconds