Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1576 (SrcM->getDataLayoutStr().empty() || in run()
1577 SrcM->getDataLayoutStr() == "e-i64:64-v16:16-v32:32-n16:32:64"); in run()
1592 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1594 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.cpp250 DataLayoutCallback(M->getTargetTriple(), M->getDataLayoutStr())) in parseIRModule()
274 DataLayoutCallback(M->getTargetTriple(), M->getDataLayoutStr())) in parseIRModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h288 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.cpp2951 const std::string &DL = M->getDataLayoutStr(); in printModule()
H A DCore.cpp304 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1418 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4419 std::string TentativeDataLayoutStr = TheModule->getDataLayoutStr(); in parseModule()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp503 std::string TentativeDLStr = M->getDataLayoutStr(); in parseTargetDefinitions()