Searched refs:setDataLayout (Results 1 - 25 of 39) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/lib/Basic/Targets/
H A DAArch64.h25 virtual void setDataLayout() = 0;
210 void setDataLayout() override;
221 void setDataLayout() override;
257 void setDataLayout() override;
H A DMips.h25 void setDataLayout() { function in class:clang::targets::MipsTargetInfo
355 setDataLayout();
H A DAArch64.cpp938 setDataLayout();
1300 void AArch64leTargetInfo::setDataLayout() { function in class:AArch64leTargetInfo
1328 void AArch64beTargetInfo::setDataLayout() { function in class:AArch64beTargetInfo
1351 void WindowsARM64TargetInfo::setDataLayout() { function in class:WindowsARM64TargetInfo
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp147 module.setDataLayout(target_machine->createDataLayout());
/openbsd-current/gnu/llvm/llvm/lib/Target/
H A DTarget.cpp52 unwrap(M)->setDataLayout(*unwrap(DL));
H A DTargetMachineC.cpp193 Mod->setDataLayout(TM->createDataLayout());
/openbsd-current/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp95 M->setDataLayout(TM->createDataLayout());
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp176 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
255 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString());
H A DModuleBuilder.cpp155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
/openbsd-current/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp213 Builder.setDataLayout(M.getDataLayout());
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp56 New->setDataLayout(M.getDataLayout());
/openbsd-current/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp132 M->setDataLayout(TM->createDataLayout());
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h297 void setDataLayout(StringRef Desc);
298 void setDataLayout(const DataLayout &Other);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp87 First->setDataLayout(getDataLayout());
109 M->setDataLayout(getDataLayout());
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp221 M->setDataLayout(J.getDataLayout());
509 M->setDataLayout(J.getDataLayout());
925 M.setDataLayout(DL);
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp556 TheModule->setDataLayout(TheJIT->getDataLayout());
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h314 SetterImpl &setDataLayout(std::optional<DataLayout> DL) { function in class:llvm::orc::LLJITBuilderSetters
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp158 Mod->setDataLayout(DL);
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DModule.cpp392 void Module::setDataLayout(StringRef Desc) {
396 void Module::setDataLayout(const DataLayout &Other) { DL = Other; }
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp624 MergedModule->setDataLayout(TargetMach->createDataLayout());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp239 M->setDataLayout(*LayoutOverride);
263 M->setDataLayout(*LayoutOverride);
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1109 TheModule->setDataLayout(TheJIT->getDataLayout());
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1109 TheModule->setDataLayout(TheJIT->getDataLayout());
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1109 TheModule->setDataLayout(TheJIT->getDataLayout());
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1249 TheModule->setDataLayout(TheTargetMachine->createDataLayout());

Completed in 223 milliseconds

12