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

  /external/llvm/include/llvm/IR/
Module.h 242 const std::string &getDataLayoutStr() const { return DataLayoutStr; }
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 395 if (!M->getDataLayoutStr().empty())
396 WriteStringRecord(bitc::MODULE_CODE_DATALAYOUT, M->getDataLayoutStr(),
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 564 const std::string &DL = M->getDataLayoutStr();
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Core.cpp 164 return unwrap(M)->getDataLayoutStr().c_str();
    [all...]

Completed in 80 milliseconds