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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
ToolRunner.h 69 /// MakeSharedObject - This compiles the specified file (which is either a .c
72 Error MakeSharedObject(const std::string &InputFile, FileType fileType,
ExecutionDriver.cpp 393 if (Error E = cc->MakeSharedObject(OutputFile, *FT, SharedObjectFile,
ToolRunner.cpp 781 Error CC::MakeSharedObject(const std::string &InputFile, FileType fileType,
  /external/llvm/tools/bugpoint/
ToolRunner.h 72 /// MakeSharedObject - This compiles the specified file (which is either a .c
75 int MakeSharedObject(const std::string &InputFile, FileType fileType,
ExecutionDriver.cpp 404 bool Failure = cc->MakeSharedObject(OutputFile, FT, SharedObjectFile,
ToolRunner.cpp 806 int CC::MakeSharedObject(const std::string &InputFile, FileType fileType,
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.h 73 /// MakeSharedObject - This compiles the specified file (which is either a .c
76 int MakeSharedObject(const std::string &InputFile, FileType fileType,
ExecutionDriver.cpp 436 bool Failure = gcc->MakeSharedObject(OutputFile.str(), FT, SharedObjectFile,
ToolRunner.cpp     [all...]

Completed in 1281 milliseconds