Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DIRSymtab.cpp117 if (M->getDataLayoutStr().empty()) in addModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h231 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp1323 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1325 DstM.getDataLayoutStr() + "'\n"); in run()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2567 const std::string &DL = M->getDataLayoutStr(); in printModule()
H A DCore.cpp257 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1131 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()