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

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 51 setDataLayout(&TD);
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 59 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 37 New->setDataLayout(M->getDataLayout());
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 129 void setDataLayout(const DataLayout *td) { TD = td; }
  /external/llvm/include/llvm/IR/
Module.h 263 void setDataLayout(StringRef DL) { DataLayout = DL; }
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 59 setDataLayout(TM->getDataLayout());
  /external/llvm/unittests/IR/
PassManagerTest.cpp 406 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 275 setDataLayout(TM.getDataLayout());
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp 115 unwrap(M)->setDataLayout(Triple);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 322 M->setDataLayout(Str);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 356 to the string [s]. See the method [llvm::Module::setDataLayout]. *)
    [all...]

Completed in 412 milliseconds