reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Mangle.cpp
  138         getASTContext().getTargetInfo().getDataLayout().getGlobalPrefix();
  299       : MC(Ctx.createMangleContext()), DL(Ctx.getTargetInfo().getDataLayout()) {
tools/clang/lib/CodeGen/CodeGenAction.cpp
  308                         LangOpts, C.getTargetInfo().getDataLayout(),
 1082                       CI.getTarget().getDataLayout(), TheModule.get(), BA,
tools/clang/lib/CodeGen/ModuleBuilder.cpp
  141       M->setDataLayout(Ctx->getTargetInfo().getDataLayout());
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  169     M->setDataLayout(Ctx->getTargetInfo().getDataLayout());
  248     M->setDataLayout(Ctx.getTargetInfo().getDataLayout());
  298           Ctx.getTargetInfo().getDataLayout(), M.get(),
  306                              LangOpts, Ctx.getTargetInfo().getDataLayout(),
tools/clang/lib/Frontend/InitPreprocessor.cpp
  930   char UserLabelPrefix[2] = {TI.getDataLayout().getGlobalPrefix(), 0};
tools/clang/unittests/AST/DeclTest.cpp
   76   assert(Ctx.getTargetInfo().getDataLayout().getGlobalPrefix() &&
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  420               target_info->getDataLayout().getStringRepresentation().c_str());