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

  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 46 std::string getDataLayout() const {
SparcTargetMachine.cpp 36 DataLayout(Subtarget.getDataLayout()),
  /gdk/sources/llvm-ndk-cc/
llvm-ndk-link.cpp 45 const std::string &ModuleDataLayout = M->getDataLayout();
79 const std::string &ModuleDataLayout = M->getDataLayout();
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 37 New->setDataLayout(M->getDataLayout());
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /frameworks/compile/slang/
llvm-rs-link.cpp 221 const std::string &ModuleDataLayout = M->getDataLayout();
  /external/llvm/include/llvm/
Module.h 231 const std::string &getDataLayout() const { return DataLayout; }
  /external/llvm/lib/Target/
TargetData.cpp 308 std::string errMsg = parseSpecifier(M->getDataLayout(), this);
  /external/llvm/tools/opt/
opt.cpp 564 const std::string &ModuleDataLayout = M.get()->getDataLayout();
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 402 if (!M->getDataLayout().empty())
403 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(),
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
Core.cpp 98 return unwrap(M)->getDataLayout().c_str();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 444 if (!M->getDataLayout().empty())
445 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(),
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 397 if (!M->getDataLayout().empty())
398 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayout(),
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 351 method [llvm::Module::getDataLayout]. *)
    [all...]

Completed in 588 milliseconds