Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1574 (SrcM->getDataLayoutStr().empty() || in run()
1575 SrcM->getDataLayoutStr() == "e-i64:64-v16:16-v32:32-n16:32:64"); in run()
1590 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1592 DstM.getDataLayoutStr() + "'\n"); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp127 if (M->getDataLayoutStr().empty()) in addModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp247 DataLayoutCallback(M->getTargetTriple(), M->getDataLayoutStr())) in parseIRModule()
271 DataLayoutCallback(M->getTargetTriple(), M->getDataLayoutStr())) in parseIRModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h270 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1172 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp284 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
H A DAsmWriter.cpp2861 const std::string &DL = M->getDataLayoutStr(); in printModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1326 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4253 std::string TentativeDataLayoutStr = TheModule->getDataLayoutStr(); in parseModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp428 std::string TentativeDLStr = M->getDataLayoutStr(); in parseTargetDefinitions()