| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | AArch64.h | 25 virtual void setDataLayout() = 0; 101 void setDataLayout() override; 112 void setDataLayout() override; 148 void setDataLayout() override;
|
| H A D | AArch64.cpp | 264 setDataLayout(); in handleTargetFeatures() 449 void AArch64leTargetInfo::setDataLayout() { in setDataLayout() function in AArch64leTargetInfo 474 void AArch64beTargetInfo::setDataLayout() { in setDataLayout() function in AArch64beTargetInfo 497 void WindowsARM64TargetInfo::setDataLayout() { in setDataLayout() function in WindowsARM64TargetInfo
|
| H A D | Mips.h | 26 void setDataLayout() { in setDataLayout() function 354 setDataLayout(); in handleTargetFeatures()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 170 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize() 249 M->setDataLayout(Ctx.getTargetInfo().getDataLayout()); in HandleTranslationUnit()
|
| H A D | ModuleBuilder.cpp | 134 M->setDataLayout(Ctx->getTargetInfo().getDataLayout()); in Initialize()
|
| H A D | BackendUtil.cpp | 789 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssembly() 938 TheModule->setDataLayout(TM->createDataLayout()); in EmitAssemblyWithNewPassManager()
|
| /freebsd-12.1/contrib/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 88 ModuleOrErr.get()->setDataLayout(DataLayoutString); in parseIR()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptExpressionOpts.cpp | 151 module.setDataLayout(target_machine->createDataLayout()); in runOnModule()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ |
| H A D | Target.cpp | 53 unwrap(M)->setDataLayout(*unwrap(DL)); in LLVMSetModuleDataLayout()
|
| H A D | TargetMachineC.cpp | 197 Mod->setDataLayout(TM->createDataLayout()); in LLVMTargetMachineEmit()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Module.cpp | 365 void Module::setDataLayout(StringRef Desc) { in setDataLayout() function in Module 369 void Module::setDataLayout(const DataLayout &Other) { DL = Other; } in setDataLayout() function in Module
|
| H A D | Core.cpp | 265 unwrap(M)->setDataLayout(DataLayoutStr); in LLVMSetDataLayout()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Module.h | 279 void setDataLayout(StringRef Desc); 280 void setDataLayout(const DataLayout &Other);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 54 New->setDataLayout(M.getDataLayout()); in CloneModule()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 85 First->setDataLayout(getDataLayout()); in MCJIT() 107 M->setDataLayout(getDataLayout()); in addModule()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | LLJIT.cpp | 131 M.setDataLayout(DL); in applyDataLayout()
|
| H A D | OrcMCJITReplacement.h | 266 M->setDataLayout(getDataLayout()); in addModule()
|
| H A D | OrcCBindingsStack.h | 294 M->setDataLayout(DL); in addIRModule()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 433 GVsM->setDataLayout(DL); in addLogicalModule() 625 M->setDataLayout(SrcM.getDataLayout()); in emitPartition()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTOCodeGenerator.cpp | 527 MergedModule->setDataLayout(TargetMach->createDataLayout()); in optimize()
|
| /freebsd-12.1/contrib/llvm/tools/llc/ |
| H A D | llc.cpp | 498 M->setDataLayout(Target->createDataLayout()); in compileModule()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLParser.h | 178 M->setDataLayout(DataLayoutStr); in Context()
|
| H A D | LLParser.cpp | 380 M->setDataLayout(Str); in ParseTargetDefinition()
|
| /freebsd-12.1/contrib/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 1318 DstM.setDataLayout(SrcM->getDataLayout()); in run()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 3318 TheModule->setDataLayout(S); in parseModule()
|