OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addmodule
(Results
51 - 67
of
67
) sorted by null
1
2
3
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
828
TheJIT->
addModule
(std::move(TheModule));
857
auto H = TheJIT->
addModule
(std::move(TheModule));
/external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp
946
TheJIT->
addModule
(std::move(TheModule));
975
auto H = TheJIT->
addModule
(std::move(TheModule));
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp
750
void
addModule
(Module *M);
979
void MCJITHelper::
addModule
(Module* M) {
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
1112
TheJIT->
addModule
(std::move(TheModule));
1141
auto H = TheJIT->
addModule
(std::move(TheModule));
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
173
virtual void
addModule
(std::unique_ptr<Module> M) {
/external/llvm/lib/IR/
Module.cpp
53
Context.
addModule
(this);
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
105
bool LTOCodeGenerator::
addModule
(LTOModule *Mod) {
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
548
EE->
addModule
(std::move(M));
[
all
...]
/build/blueprint/
context.go
617
newErrs := c.
addModule
(module)
1072
func (c *Context)
addModule
(module *moduleInfo) []error {
[
all
...]
/external/guice/lib/build/
felix-2.0.5.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.0.9/
maven-model-2.0.9.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/2.2.1/
maven-model-2.2.1.jar
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 982 milliseconds
1
2
3