Searched refs:CodeGenOptions (Results 1 - 25 of 35) sorted by relevance

12

/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DCodeGenOptions.cpp1 //===--- CodeGenOptions.cpp -----------------------------------------------===//
9 #include "clang/Basic/CodeGenOptions.h"
14 CodeGenOptions::CodeGenOptions() { function in class:clang::CodeGenOptions
17 #include "clang/Basic/CodeGenOptions.def"
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) {
76 case CodeGenOptions::ProfileNone:
78 case CodeGenOptions::ProfileClangInstr:
80 case CodeGenOptions::ProfileIRInstr:
82 case CodeGenOptions::ProfileCSIRInstr:
85 llvm_unreachable("Unhandled CodeGenOptions::ProfileInstrKind enum");
89 ProfileList::getDefault(CodeGenOptions::ProfileInstrKind Kind) const {
120 CodeGenOptions::ProfileInstrKind Kind) const {
134 CodeGenOptions::ProfileInstrKind Kind) const {
140 CodeGenOptions
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DBackendUtil.h26 class CodeGenOptions;
40 const CodeGenOptions &CGOpts,
45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
48 void EmbedObject(llvm::Module *M, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h31 class CodeGenOptions;
109 const CodeGenOptions &CGO,
/openbsd-current/gnu/llvm/clang/include/clang/Basic/
H A DProfileList.h16 #include "clang/Basic/CodeGenOptions.h"
52 ExclusionType getDefault(CodeGenOptions::ProfileInstrKind Kind) const;
56 CodeGenOptions::ProfileInstrKind Kind) const;
59 CodeGenOptions::ProfileInstrKind Kind) const;
62 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h1 //===--- CodeGenOptions.h ---------------------------------------*- C++ -*-===//
9 // This file defines the CodeGenOptions interface.
31 /// Bitfields of CodeGenOptions, split out from CodeGenOptions to ensure
39 #include "clang/Basic/CodeGenOptions.def"
44 #include "clang/Basic/CodeGenOptions.def"
47 /// CodeGenOptions - Track various options which control how the code
49 class CodeGenOptions : public CodeGenOptionsBase { class in namespace:clang
226 /// our CodeGenOptions, much as we set attrs on functions that we generate
458 #include "clang/Basic/CodeGenOptions
[all...]
H A DTargetInfo.h19 #include "clang/Basic/CodeGenOptions.h"
50 class CodeGenOptions;
1255 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts,
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp10 #include "clang/Basic/CodeGenOptions.h"
122 const CodeGenOptions &CodeGenOpts;
188 const CodeGenOptions &CGOpts,
210 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) {
234 getSanitizerBinaryMetadataOptions(const CodeGenOptions &CGOpts) {
246 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) {
269 const CodeGenOptions &CodeGenOpts) {
273 case CodeGenOptions::Accelerate:
277 case CodeGenOptions::LIBMVEC:
281 case CodeGenOptions
[all...]
H A DABIInfo.h26 class CodeGenOptions;
62 const CodeGenOptions &getCodeGenOpts() const;
H A DModuleBuilder.cpp19 #include "clang/Basic/CodeGenOptions.h"
39 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
71 const CodeGenOptions &CGO) {
81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO,
368 const CodeGenOptions &CGO, llvm::LLVMContext &C,
H A DCodeGenTBAA.h25 class CodeGenOptions;
119 const CodeGenOptions &CodeGenOpts;
170 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
H A DCGLoopInfo.h32 class CodeGenOptions;
212 const clang::CodeGenOptions &CGOpts,
H A DCodeGenTypes.h35 class CodeGenOptions;
118 const CodeGenOptions &getCodeGenOpts() const;
H A DCodeGenAction.cpp62 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon)
84 const CodeGenOptions &CodeGenOpts;
89 const CodeGenOptions CodeGenOpts) {
113 const CodeGenOptions &CodeGenOpts;
153 const CodeGenOptions &CodeGenOpts,
179 const CodeGenOptions &CodeGenOpts,
343 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone)
1051 for (const CodeGenOptions::BitcodeFileToLink &F :
H A DCodeGenModule.h74 class CodeGenOptions;
307 const CodeGenOptions &CodeGenOpts;
604 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
738 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
861 /// Get LLVM TLS mode from CodeGenOptions.
1257 /// Adds attributes to F according to our CodeGenOptions and LangOptions, as
1714 void EmitBackendOptionsMetadata(const CodeGenOptions CodeGenOpts);
H A DObjectFilePCHContainerOperations.cpp16 #include "clang/Basic/CodeGenOptions.h"
51 CodeGenOptions CodeGenOpts;
H A DCodeGenTBAA.cpp22 #include "clang/Basic/CodeGenOptions.h"
33 const CodeGenOptions &CGO,
H A DCodeGenModule.cpp40 #include "clang/Basic/CodeGenOptions.h"
107 const CodeGenOptions &CGO, llvm::Module &M,
905 case CodeGenOptions::FramePointerKind::None:
908 case CodeGenOptions::FramePointerKind::NonLeaf:
911 case CodeGenOptions::FramePointerKind::All:
980 const CodeGenOptions CodeGenOpts) {
1300 case CodeGenOptions::GeneralDynamicTLSModel:
1302 case CodeGenOptions::LocalDynamicTLSModel:
1304 case CodeGenOptions::InitialExecTLSModel:
1306 case CodeGenOptions
[all...]
H A DCGLoopInfo.cpp13 #include "clang/Basic/CodeGenOptions.h"
597 const clang::CodeGenOptions &CGOpts,
H A DCodeGenTypes.cpp45 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const {
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h12 #include "clang/Basic/CodeGenOptions.h"
141 CodeGenOptions CodeGenOpts;
159 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
160 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
274 /// Parse command line options that map to CodeGenOptions.
275 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
281 // Generate command line options from CodeGenOptions.
282 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
H A DCompilerInstance.h256 CodeGenOptions &getCodeGenOpts() {
259 const CodeGenOptions &getCodeGenOpts() const {
529 /// current CodeGenOptions.
543 /// current CodeGenOptions.
634 const CodeGenOptions *CodeGenOpts = nullptr);
/openbsd-current/gnu/usr.bin/clang/libclangBasic/
H A DMakefile17 CodeGenOptions.cpp \
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp13 #include "clang/Basic/CodeGenOptions.h"
467 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts();
1171 const CodeGenOptions::OptRemark &Remark) {
1174 } else if (Remark.Kind == CodeGenOptions::RK_Enabled) {
1176 } else if (Remark.Kind == CodeGenOptions::RK_Disabled) {
1184 static CodeGenOptions::OptRemark
1187 CodeGenOptions::OptRemark Result;
1209 Result.Kind = CodeGenOptions::RK_Enabled;
1211 Result.Kind = CodeGenOptions::RK_EnabledEverything;
1213 Result.Kind = CodeGenOptions
[all...]
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp29 #include "clang/Basic/CodeGenOptions.h"
511 static CodeGenOptions::FramePointerKind
535 return CodeGenOptions::FramePointerKind::NonLeaf;
536 return CodeGenOptions::FramePointerKind::All;
538 return CodeGenOptions::FramePointerKind::None;
5279 CodeGenOptions::FramePointerKind FPKeepKind =
5283 case CodeGenOptions::FramePointerKind::None:
5286 case CodeGenOptions::FramePointerKind::NonLeaf:
5289 case CodeGenOptions::FramePointerKind::All:
7456 if (FPKeepKind == CodeGenOptions
[all...]

Completed in 594 milliseconds

12