HomeSort by relevance Sort by last modified time
    Searched refs:setDataLayout (Results 1 - 25 of 36) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 55 setDataLayout(&TD);
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 138 MP.Functions.back()->setDataLayout(M.getDataLayout());
145 MP.GlobalVars->setDataLayout(M.getDataLayout());
149 MP.Commons->setDataLayout(M.getDataLayout());
OrcMCJITReplacement.h 150 setDataLayout(this->TM->getDataLayout());
158 M->setDataLayout(*getDataLayout());
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 38 New->setDataLayout(M->getDataLayout());
  /external/llvm/tools/lli/
OrcLazyJIT.h 81 M->setDataLayout(*TM->getDataLayout());
  /external/llvm/include/llvm/IR/
Module.h 290 void setDataLayout(StringRef Desc);
291 void setDataLayout(const DataLayout &Other);
  /external/llvm/lib/IR/
Module.cpp 366 void Module::setDataLayout(StringRef Desc) {
370 void Module::setDataLayout(const DataLayout &Other) { DL = Other; }
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 114 M->setDataLayout("e-n32");
116 M->setDataLayout("e");
LegacyPassManagerTest.cpp 402 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 97 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
  /external/llvm/lib/Target/
TargetMachineC.cpp 203 Mod->setDataLayout(*td);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 88 setDataLayout(TM->getDataLayout());
150 M->setDataLayout(*TM->getDataLayout());
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 126 void setDataLayout(const DataLayout *Val) { DL = Val; }
  /external/llvm/tools/llc/
llc.cpp 330 M->setDataLayout(*DL);
  /external/llvm/tools/opt/
opt.cpp 459 M->setDataLayout(DefaultDataLayout);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 563 OpenModule->setDataLayout(*NewEngine->getDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 916 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 1037 TheModule->setDataLayout(*TheExecutionEngine->getDataLayout());
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 544 mergedModule->setDataLayout(*TargetMach->getDataLayout());
LTOModule.cpp 233 M->setDataLayout(*target->getDataLayout());
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 720 M.setDataLayout(*DL);
  /frameworks/compile/slang/
slang_backend.cpp 843 M->setDataLayout("e-p:32:32-i64:64-v128:64:128-n32-S64");
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp     [all...]

Completed in 424 milliseconds

1 2