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

  /external/clang/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...]
CGBlocks.cpp     [all...]
CodeGenModule.cpp 44 #include "clang/Frontend/CodeGenOptions.h"
84 const CodeGenOptions &CGO, llvm::Module &M,
132 if (CodeGenOpts.getDebugInfo() != codegenoptions::NoDebugInfo ||
614 CodeGenOptions::TLSModel M) {
616 case CodeGenOptions::GeneralDynamicTLSModel:
618 case CodeGenOptions::LocalDynamicTLSModel:
620 case CodeGenOptions::InitialExecTLSModel:
622 case CodeGenOptions::LocalExecTLSModel:
    [all...]
CodeGenFunction.cpp 31 #include "clang/Frontend/CodeGenOptions.h"
715 const CodeGenOptions& CodeGenOpts = CGM.getCodeGenOpts();
722 if (CodeGenOpts.getInlining() == CodeGenOptions::OnlyHintInlining &&
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 160 (CI.getCodeGenOpts().getDebugInfo() != 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 503 milliseconds