Searched refs:getDataLayoutString (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerWriter.cpp | 180 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize() 259 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString()); in HandleTranslationUnit() 325 CI, CodeGenOpts, Ctx.getTargetInfo().getDataLayoutString(), M.get(), in HandleTranslationUnit() 333 Ctx.getTargetInfo().getDataLayoutString(), M.get(), in HandleTranslationUnit()
|
| H A D | ModuleBuilder.cpp | 155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
|
| H A D | CodeGenAction.cpp | 317 C.getTargetInfo().getDataLayoutString(), getModule(), in HandleTranslationUnit() 1188 CI.getTarget().getDataLayoutString(), TheModule.get(), BA, in ExecuteAction()
|
| H A D | CodeGenModule.cpp | 344 llvm::DataLayout DL(Target.getDataLayoutString()); in checkDataLayoutConsistency()
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Visitor.h | 35 Layout(ASTCtx.getTargetInfo().getDataLayoutString()) {} in InstallAPIVisitor()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenerator.cpp | 66 llvm::DataLayout(astContext.getTargetInfo().getDataLayoutString()); in Initialize()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 157 static std::string getDataLayoutString(const Triple &T) { in getDataLayoutString() function 351 : CodeGenTargetMachineImpl(T, getDataLayoutString(TT), TT, CPU, in PPCTargetMachine()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/FrontendAction/ |
| H A D | CIRGenAction.cpp | 136 CI, CI.getCodeGenOpts(), C.getTargetInfo().getDataLayoutString(), in HandleTranslationUnit()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 180 llvm::DataLayout(getASTContext().getTargetInfo().getDataLayoutString()) in mangleName() 421 DL(Ctx.getTargetInfo().getDataLayoutString()) {} in Implementation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1288 const char *getDataLayoutString() const { in getDataLayoutString() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 795 target_info->getDataLayoutString()); in ClangExpressionParser()
|