Searched refs:getDataLayoutStr (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DModule.h242 const std::string &getDataLayoutStr() const { return DataLayoutStr; } function in class:llvm::Module
/external/llvm/lib/Linker/
H A DLinkModules.cpp1412 << SrcM->getDataLayoutStr() << "' whereas '"
1414 << DstM->getDataLayoutStr() << "'\n";
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp564 const std::string &DL = M->getDataLayoutStr();
/external/llvm/lib/IR/
H A DAsmWriter.cpp1288 const std::string &DL = M->getDataLayoutStr();
H A DCore.cpp164 return unwrap(M)->getDataLayoutStr().c_str();

Completed in 5376 milliseconds