OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compileProgram
(Results
1 - 9
of
9
) sorted by null
/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
164
///
compileProgram
- Try to compile the specified module, returning false and
168
void
compileProgram
(Module *M, std::string *Error) const;
189
/// createReferenceFile - calls
compileProgram
and then records the output
ToolRunner.cpp
279
void
compileProgram
(const std::string &Bitcode,
301
void CustomCompiler::
compileProgram
(const std::string &Bitcode,
501
void LLC::
compileProgram
(const std::string &Bitcode, std::string *Error,
[
all
...]
CrashDebugger.cpp
889
BD.
compileProgram
(M, &Error);
/external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp
103
vk::ProgramBinary*
compileProgram
(const glu::ProgramSources& source, std::ostream& buildLog)
118
vk::ProgramBinary*
compileProgram
(const vk::SpirVAsmSource& source, std::ostream& buildLog)
163
programBinary = MovePtr<vk::ProgramBinary>(
compileProgram
(progIter.getProgram(), buildLog));
vktTestPackage.cpp
76
vk::ProgramBinary*
compileProgram
(const glu::ProgramSources& source, glu::ShaderProgramInfo* buildInfo)
81
vk::ProgramBinary*
compileProgram
(const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInfo)
100
binProg = de::MovePtr<vk::ProgramBinary>(
compileProgram
(iter.getProgram(), &buildInfo));
Completed in 310 milliseconds