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

  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 56 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 37 New->setDataLayout(M->getDataLayout());
  /external/llvm/include/llvm/
Module.h 261 void setDataLayout(StringRef DL) { DataLayout = DL; }
  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 402 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-"
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 261 M->setDataLayout(Str);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp 102 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/bindings/ocaml/llvm/
llvm.mli 356 to the string [s]. See the method [llvm::Module::setDataLayout]. *)
    [all...]

Completed in 889 milliseconds