Home
last modified time | relevance | path

Searched refs:setDataLayout (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp51 setDataLayout(&TD); in Interpreter()
/external/clang/lib/CodeGen/
DModuleBuilder.cpp59 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription()); in Initialize()
/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp37 New->setDataLayout(M->getDataLayout()); in CloneModule()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp59 setDataLayout(TM->getDataLayout()); in MCJIT()
/external/llvm/include/llvm/IR/
DModule.h263 void setDataLayout(StringRef DL) { DataLayout = DL; }
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h129 void setDataLayout(const DataLayout *td) { TD = td; } in setDataLayout() function
/external/llvm/unittests/IR/
DPassManagerTest.cpp406 mod->setDataLayout("e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-" in makeLLVMModule()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp275 setDataLayout(TM.getDataLayout()); in JIT()
/external/llvm/lib/Linker/
DLinkModules.cpp1188 DstM->setDataLayout(SrcM->getDataLayout()); in run()
/external/llvm/lib/IR/
DCore.cpp115 unwrap(M)->setDataLayout(Triple); in LLVMSetDataLayout()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1748 TheModule->setDataLayout(S); in ParseModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp322 M->setDataLayout(Str); in ParseTargetDefinition()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli356 to the string [s]. See the method [llvm::Module::setDataLayout]. *)