Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVAPI.cpp104 std::string DLStr = M->getDataLayoutStr(); in SPIRVTranslate()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1464 (SrcM->getDataLayoutStr().empty() || in run()
1465 SrcM->getDataLayoutStr() == "e-i64:64-v16:16-v32:32-n16:32:64"); in run()
1480 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1482 DstM.getDataLayoutStr() + "'\n"); in run()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp125 if (M->getDataLayoutStr().empty()) in addModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp257 M->getDataLayoutStr())) in parseIRModule()
281 M->getDataLayoutStr())) in parseIRModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h273 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1171 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3114 const std::string &DL = M->getDataLayoutStr(); in printModule()
H A DCore.cpp311 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1486 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4500 std::string TentativeDataLayoutStr = TheModule->getDataLayoutStr(); in parseModule()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp491 std::string TentativeDLStr = M->getDataLayoutStr(); in parseTargetDefinitions()