| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.h | 25 virtual void setDataLayout() = 0; 210 void setDataLayout() override; 221 void setDataLayout() override; 257 void setDataLayout() override;
|
| H A D | Mips.h | 25 void setDataLayout() { in setDataLayout() function 369 setDataLayout(); in handleTargetFeatures()
|
| H A D | AArch64.cpp | 1001 setDataLayout(); in handleTargetFeatures() 1442 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo 1470 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo 1493 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | Target.cpp | 47 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
|
| H A D | TargetMachineC.cpp | 301 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 179 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize() 258 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString()); in HandleTranslationUnit()
|
| H A D | ModuleBuilder.cpp | 155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
|
| H A D | BackendUtil.cpp | 1160 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | DeviceOffload.cpp | 84 PTU.TheModule->setDataLayout(TargetMachine->createDataLayout()); in GeneratePTX()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 61 New->setDataLayout(M.getDataLayout()); in CloneModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 87 First->setDataLayout(getDataLayout()); in MCJIT() 109 M->setDataLayout(getDataLayout()); in addModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 318 void setDataLayout(StringRef Desc); 319 void setDataLayout(const DataLayout &Other);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 170 M->setDataLayout(J.getDataLayout()); in setupJITDylib() 457 M->setDataLayout(J.getDataLayout()); in createPlatformRuntimeModule() 1041 M.setDataLayout(DL); in applyDataLayout()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Module.cpp | 380 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module 384 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
|
| H A D | Core.cpp | 292 unwrap(M)->setDataLayout(DataLayoutStr); in LLVMSetDataLayout()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | LLJIT.h | 372 SetterImpl &setDataLayout(std::optional<DataLayout> DL) { in setDataLayout() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 248 M->setDataLayout(*LayoutOverride); in parseIRModule() 272 M->setDataLayout(*LayoutOverride); in parseIRModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 625 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/lli/ |
| H A D | lli.cpp | 949 Builder.setDataLayout(DL); in runOrcJIT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1553 DstM.setDataLayout(SrcM->getDataLayout()); in run()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4278 TheModule->setDataLayout(MaybeDL.get()); in parseModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 456 M->setDataLayout(MaybeDL.get()); in parseTargetDefinitions()
|