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

References

tools/clang/lib/CodeGen/CodeGenAction.cpp
  903          CI.getCodeGenOpts().LinkBitcodeFiles) {
  928   if (CI.getCodeGenOpts().CoverageMapping) {
  936       CI.getPreprocessorOpts(), CI.getCodeGenOpts(), CI.getTargetOpts(),
  943   if (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo &&
  944       CI.getCodeGenOpts().MacroDebugInfo) {
  986   if (!CI.getCodeGenOpts().ThinLTOIndexFile.empty()) {
 1073     EmbedBitcode(TheModule.get(), CI.getCodeGenOpts(),
 1081                       CI.getCodeGenOpts(), TargetOpts, CI.getLangOpts(),
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  156     CodeGenOpts.setDebuggerTuning(CI.getCodeGenOpts().getDebuggerTuning());
tools/clang/lib/Frontend/CompilerInstance.cpp
  271                                   ShouldOwnClient, &getCodeGenOpts());
  936   getTarget().adjustTargetOptions(getCodeGenOpts(), getTargetOpts());
tools/clang/lib/Frontend/FrontendAction.cpp
  567         ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs);
  633         CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs);
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  171           (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo));
tools/clang/tools/clang-import-test/clang-import-test.cpp
  228       CI.getPreprocessorOpts(), CI.getCodeGenOpts(), LLVMCtx));
tools/clang/unittests/CodeGen/BufferSourceTest.cpp
   67             compiler.getCodeGenOpts(),
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp
  287                                compiler.getCodeGenOpts(),
tools/clang/unittests/CodeGen/IncrementalProcessingTest.cpp
  138             compiler.getCodeGenOpts(),
tools/clang/unittests/CodeGen/TBAAMetadataTest.cpp
   36     compiler.getCodeGenOpts().StructPathTBAA = 1;
   37     compiler.getCodeGenOpts().OptimizationLevel = 1;
   63         compiler.getCodeGenOpts(),
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  548   m_compiler->getCodeGenOpts().EmitDeclMetadata = true;
  549   m_compiler->getCodeGenOpts().InstrumentFunctions = false;
  550   m_compiler->getCodeGenOpts().setFramePointer(
  553     m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::FullDebugInfo);
  555     m_compiler->getCodeGenOpts().setDebugInfo(codegenoptions::NoDebugInfo);
  615       m_compiler->getCodeGenOpts(), *m_llvm_context));
  901   should_create_file |= m_compiler->getCodeGenOpts().getDebugInfo() ==