HomeSort by relevance Sort by last modified time
    Searched defs:addModule (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 43 ModuleHandleT addModule(std::unique_ptr<Module> M) {
  /external/llvm/tools/lli/
OrcLazyJIT.h 68 ModuleHandleT addModule(std::unique_ptr<Module> M) {
  /external/clang/lib/Serialization/
ModuleManager.cpp 57 ModuleManager::addModule(StringRef FileName, ModuleKind Type,
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 98 void addModule(std::unique_ptr<Module> M) {
217 void addModule(std::unique_ptr<Module> M) override;
MCJIT.cpp 82 // If so, additional functions: addModule, removeModule, FindFunctionNamed,
88 OwnedModules.addModule(std::move(First));
104 void MCJIT::addModule(std::unique_ptr<Module> M) {
106 OwnedModules.addModule(std::move(M));
  /external/llvm/lib/IR/
LLVMContext.cpp 143 void LLVMContext::addModule(Module *M) {
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 105 bool LTOCodeGenerator::addModule(LTOModule *Mod) {
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
CustomElements.js 353 var addModule = function(module) {
361 scope.addModule = addModule;
367 CustomElements.addModule(function(scope) {
422 CustomElements.addModule(function(scope) {
618 CustomElements.addModule(function(scope) {
678 CustomElements.addModule(function(scope) {
HTMLImports.js 491 var addModule = function(module) {
499 scope.addModule = addModule;
503 HTMLImports.addModule(function(scope) {
533 HTMLImports.addModule(function(scope) {
565 HTMLImports.addModule(function(scope) {
658 HTMLImports.addModule(function(scope) {
691 HTMLImports.addModule(function(scope) {
921 HTMLImports.addModule(function(scope) {
    [all...]
webcomponents-lite.js     [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 173 virtual void addModule(std::unique_ptr<Module> M) {
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 750 void addModule(Module *M);
979 void MCJITHelper::addModule(Module* M) {
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp     [all...]
  /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 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.2.1/
maven-model-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-model/3.3.9/
maven-model-3.3.9.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 

Completed in 294 milliseconds

1 2