Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp118 if (M->getDataLayoutStr().empty()) in addModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h248 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1449 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1451 DstM.getDataLayoutStr() + "'\n"); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2813 const std::string &DL = M->getDataLayoutStr(); in printModule()
H A DCore.cpp282 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1221 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3536 TheModule->getDataLayoutStr(), TheModule->getTargetTriple()); in parseModule()