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

  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExecutionDriver.cpp 168 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
189 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
232 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
243 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
265 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
278 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
ToolRunner.h 94 static LLC *createLLC(const char *Argv0, std::string &Message,
ToolRunner.cpp 517 /// createLLC - Try to find the LLC executable
519 LLC *AbstractInterpreter::createLLC(const char *Argv0,
526 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC).str();
    [all...]
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 167 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
188 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message,
222 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
233 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
246 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message,
ToolRunner.h 90 static LLC *createLLC(const char *Argv0, std::string &Message,
ToolRunner.cpp 533 /// createLLC - Try to find the LLC executable
535 LLC *AbstractInterpreter::createLLC(const char *Argv0,
542 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ExecutionDriver.cpp 166 Interpreter = AbstractInterpreter::createLLC(
186 Interpreter = AbstractInterpreter::createLLC(
218 SafeInterpreter = AbstractInterpreter::createLLC(
226 SafeInterpreter = AbstractInterpreter::createLLC(
237 SafeInterpreter = AbstractInterpreter::createLLC(
ToolRunner.h 86 static LLC *createLLC(const char *Argv0, std::string &Message,
ToolRunner.cpp 520 /// createLLC - Try to find the LLC executable
522 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message,
528 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t)&createLLC);

Completed in 2548 milliseconds