HomeSort by relevance Sort by last modified time
    Searched refs:codegenoptions (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
DebugInfoOptions.h 14 namespace codegenoptions { namespace in namespace:clang
36 } // end namespace codegenoptions
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 30 #include "clang/Frontend/CodeGenOptions.h"
194 bool UseQualifiedName = DebugKind == codegenoptions::DebugLineTablesOnly &&
442 case codegenoptions::NoDebugInfo:
443 case codegenoptions::LocTrackingOnly:
446 case codegenoptions::DebugLineTablesOnly:
449 case codegenoptions::LimitedDebugInfo:
450 case codegenoptions::FullDebugInfo:
    [all...]
ObjectFilePCHContainerOperations.cpp 20 #include "clang/Frontend/CodeGenOptions.h"
52 CodeGenOptions CodeGenOpts;
155 CodeGenOpts.setDebugInfo(codegenoptions::FullDebugInfo);
CGDecl.cpp 29 #include "clang/Frontend/CodeGenOptions.h"
413 CGM.getCodeGenOpts().getDebugInfo() >= codegenoptions::LimitedDebugInfo) {
    [all...]
CGDebugInfo.h 22 #include "clang/Frontend/CodeGenOptions.h"
56 const codegenoptions::DebugInfoKind DebugKind;
BackendUtil.cpp 14 #include "clang/Frontend/CodeGenOptions.h"
57 const CodeGenOptions &CodeGenOpts;
124 EmitAssemblyHelper(DiagnosticsEngine &_Diags, const CodeGenOptions &CGOpts,
149 PassManagerBuilderWrapper(const CodeGenOptions &CGOpts,
152 const CodeGenOptions &getCGOpts() const { return CGOpts; }
155 const CodeGenOptions &CGOpts;
201 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts();
217 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts();
238 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts();
281 const CodeGenOptions &CodeGenOpts)
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 160 (CI.getCodeGenOpts().getDebugInfo() != codegenoptions::NoDebugInfo));
  /frameworks/compile/slang/
slang.cpp 228 Slang::createBackend(const RSCCOptions &Opts, const clang::CodeGenOptions &CodeGenOpts,
437 CodeGenOpts.setDebugInfo(clang::codegenoptions::FullDebugInfo);
439 CodeGenOpts.setDebugInfo(clang::codegenoptions::NoDebugInfo);
  /external/clang/lib/Driver/
Tools.cpp     [all...]
Tools.h 98 codegenoptions::DebugInfoKind *DebugInfoKind,
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 381 static void setPGOInstrumentor(CodeGenOptions &Opts, ArgList &Args,
388 .Case("none", CodeGenOptions::ProfileNone)
389 .Case("clang", CodeGenOptions::ProfileClangInstr)
390 .Case("llvm", CodeGenOptions::ProfileIRInstr)
397 CodeGenOptions::ProfileInstrKind Instrumentor =
398 static_cast<CodeGenOptions::ProfileInstrKind>(I);
403 static void setPGOUseInstrumentor(CodeGenOptions &Opts,
409 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr);
415 Opts.setProfileUse(CodeGenOptions::ProfileIRInstr);
417 Opts.setProfileUse(CodeGenOptions::ProfileClangInstr)
    [all...]

Completed in 681 milliseconds

1 2