Home
last modified time | relevance | path

Searched refs:getDataLayoutStr (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp740 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()
814 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()
912 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()
1138 std::string DataLayout = M.getDataLayoutStr(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp117 if (M->getDataLayoutStr().empty()) in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h229 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/external/llvm/include/llvm/IR/
DModule.h224 const std::string &getDataLayoutStr() const {
/external/llvm/lib/Linker/
DIRMover.cpp1197 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1199 DstM.getDataLayoutStr() + "'\n"); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp1309 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1311 DstM.getDataLayoutStr() + "'\n"); in run()
/external/llvm/lib/IR/
DAsmWriter.cpp2247 const std::string &DL = M->getDataLayoutStr(); in printModule()
DCore.cpp240 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2522 const std::string &DL = M->getDataLayoutStr(); in printModule()
DCore.cpp249 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1077 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1114 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()