Home
last modified time | relevance | path

Searched refs:getDataLayoutString (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp180 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 DModuleBuilder.cpp155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString()); in Initialize()
H A DCodeGenAction.cpp317 C.getTargetInfo().getDataLayoutString(), getModule(), in HandleTranslationUnit()
1188 CI.getTarget().getDataLayoutString(), TheModule.get(), BA, in ExecuteAction()
H A DCodeGenModule.cpp344 llvm::DataLayout DL(Target.getDataLayoutString()); in checkDataLayoutConsistency()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h35 Layout(ASTCtx.getTargetInfo().getDataLayoutString()) {} in InstallAPIVisitor()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp66 llvm::DataLayout(astContext.getTargetInfo().getDataLayoutString()); in Initialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp157 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 DCIRGenAction.cpp136 CI, CI.getCodeGenOpts(), C.getTargetInfo().getDataLayoutString(), in HandleTranslationUnit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp180 llvm::DataLayout(getASTContext().getTargetInfo().getDataLayoutString()) in mangleName()
421 DL(Ctx.getTargetInfo().getDataLayoutString()) {} in Implementation()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1288 const char *getDataLayoutString() const { in getDataLayoutString() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp795 target_info->getDataLayoutString()); in ClangExpressionParser()