/external/llvm/tools/bugpoint/ |
FindBugs.cpp | 80 compileProgram(Program, &Error); 82 outs() << "\n*** compileProgram threw an exception: ";
|
ToolRunner.h | 115 /// compileProgram - Compile the specified program from bitcode to executable 118 virtual void compileProgram(const std::string &Bitcode, std::string *Error, 170 /// compileProgram - Compile the specified program from bitcode to executable 173 void compileProgram(const std::string &Bitcode, std::string *Error,
|
ExecutionDriver.cpp | 269 /// compileProgram - Try to compile the specified module, returning false and 273 void BugDriver::compileProgram(Module *M, std::string *Error) const { 294 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit); 417 /// createReferenceFile - calls compileProgram and then records the output 424 compileProgram(Program, &Error);
|
BugDriver.cpp | 176 compileProgram(Program, &Error);
|
BugDriver.h | 158 /// compileProgram - Try to compile the specified module, returning false and 162 void compileProgram(Module *M, std::string *Error) const; 183 /// createReferenceFile - calls compileProgram and then records the output
|
ToolRunner.cpp | 280 void compileProgram(const std::string &Bitcode, 302 void CustomCompiler::compileProgram(const std::string &Bitcode, 502 void LLC::compileProgram(const std::string &Bitcode, std::string *Error, [all...] |
CrashDebugger.cpp | 906 BD.compileProgram(M, &Error); [all...] |
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
FindBugs.cpp | 79 compileProgram(Program, &Error);
81 outs() << "\n*** compileProgram threw an exception: ";
|
ToolRunner.h | 117 /// compileProgram - Compile the specified program from bitcode to executable
120 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
169 /// compileProgram - Compile the specified program from bitcode to executable
172 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
217 /// compileProgram - Compile the specified program from bitcode to executable
220 virtual void compileProgram(const std::string &Bitcode, std::string *Error,
|
ExecutionDriver.cpp | 306 /// compileProgram - Try to compile the specified module, returning false and
310 void BugDriver::compileProgram(Module *M, std::string *Error) const {
329 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit);
449 /// createReferenceFile - calls compileProgram and then records the output
456 compileProgram(Program, &Error);
|
BugDriver.cpp | 175 compileProgram(Program, &Error);
|
BugDriver.h | 163 /// compileProgram - Try to compile the specified module, returning false and
167 void compileProgram(Module *M, std::string *Error) const;
188 /// createReferenceFile - calls compileProgram and then records the output
|
ToolRunner.cpp | 267 virtual void compileProgram(const std::string &Bitcode,
289 void CustomCompiler::compileProgram(const std::string &Bitcode,
486 void LLC::compileProgram(const std::string &Bitcode, std::string *Error,
659 void CBE::compileProgram(const std::string &Bitcode, std::string *Error,
[all...] |
CrashDebugger.cpp | 651 BD.compileProgram(M, &Error);
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestPackage.cpp | 94 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo) 99 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo) 104 vk::ProgramBinary* compileProgram (const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInfo) 123 binProg = de::MovePtr<vk::ProgramBinary>(compileProgram(iter.getProgram(), &buildInfo));
|