Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp118 if (M->getDataLayoutStr().empty()) in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h232 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1419 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1421 DstM.getDataLayoutStr() + "'\n"); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2600 const std::string &DL = M->getDataLayoutStr(); in printModule()
DCore.cpp265 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1158 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3656 TheModule->getDataLayoutStr(), TheModule->getTargetTriple()); in parseModule()