Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp1593 (SrcM->getDataLayoutStr().empty() || in run()
1594 SrcM->getDataLayoutStr() == "e-i64:64-v16:16-v32:32-n16:32:64"); in run()
1609 SrcM->getDataLayoutStr() + "' whereas '" + in run()
1611 DstM.getDataLayoutStr() + "'\n"); in run()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp127 if (M->getDataLayoutStr().empty()) in addModule()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp238 DataLayoutCallback(M->getTargetTriple(), M->getDataLayoutStr())) in parseIRModule()
262 DataLayoutCallback(M->getTargetTriple(), M->getDataLayoutStr())) in parseIRModule()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h249 const std::string &getDataLayoutStr() const { in getDataLayoutStr() function
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1183 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2801 const std::string &DL = M->getDataLayoutStr(); in printModule()
H A DCore.cpp290 return unwrap(M)->getDataLayoutStr().c_str(); in LLVMGetDataLayoutStr()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1287 const std::string &DL = M.getDataLayoutStr(); in writeModuleInfo()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4212 std::string TentativeDataLayoutStr = TheModule->getDataLayoutStr(); in parseModule()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp336 std::string TentativeDLStr = M->getDataLayoutStr(); in parseTargetDefinitions()