HomeSort by relevance Sort by last modified time
    Searched refs:SafeToolArgs (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExecutionDriver.cpp 224 std::vector<std::string> SafeToolArgs = SafeToolArgv;
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/
ExecutionDriver.cpp 214 std::vector<std::string> SafeToolArgs = SafeToolArgv;
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 77 milliseconds