Home
last modified time | relevance | path

Searched refs:CodeGenOptions (Results 1 – 25 of 39) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp74 static StringRef getSectionName(CodeGenOptions::ProfileInstrKind Kind) { in getSectionName()
76 case CodeGenOptions::ProfileNone: in getSectionName()
78 case CodeGenOptions::ProfileClangInstr: in getSectionName()
80 case CodeGenOptions::ProfileIRInstr: in getSectionName()
82 case CodeGenOptions::ProfileCSIRInstr: in getSectionName()
90 CodeGenOptions::ProfileInstrKind Kind) const { in isFunctionExcluded()
101 CodeGenOptions::ProfileInstrKind Kind) const { in isLocationExcluded()
107 CodeGenOptions::ProfileInstrKind Kind) const { in isFileExcluded()
H A DCodeGenOptions.cpp14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DProfileList.h47 CodeGenOptions::ProfileInstrKind Kind) const;
50 CodeGenOptions::ProfileInstrKind Kind) const;
53 CodeGenOptions::ProfileInstrKind Kind) const;
H A DCodeGenOptions.h49 class CodeGenOptions : public CodeGenOptionsBase {
411 CodeGenOptions();
H A DTargetInfo.h48 class CodeGenOptions; variable
1168 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DBackendUtil.h26 class CodeGenOptions; variable
40 const CodeGenOptions &CGOpts,
45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h26 class CodeGenOptions; variable
99 const CodeGenOptions &CGO,
H A DCodeGenABITypes.h48 class CodeGenOptions; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp105 const CodeGenOptions &CodeGenOpts;
153 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
189 const CodeGenOptions &CGOpts;
220 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts()
395 case CodeGenOptions::Accelerate: in createTLII()
398 case CodeGenOptions::LIBMVEC: in createTLII()
408 case CodeGenOptions::MASSV: in createTLII()
411 case CodeGenOptions::SVML: in createTLII()
414 case CodeGenOptions::Darwin_libsystem_m: in createTLII()
451 getCodeModel(const CodeGenOptions &CodeGenOpts) { in getCodeModel()
[all …]
H A DModuleBuilder.cpp37 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
69 const CodeGenOptions &CGO) { in ExpandModuleName()
78 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DCodeGenTBAA.h25 class CodeGenOptions; variable
120 const CodeGenOptions &CodeGenOpts;
171 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
H A DABIInfo.h26 class CodeGenOptions; variable
70 const CodeGenOptions &getCodeGenOpts() const;
H A DCodeGenAction.cpp57 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
79 const CodeGenOptions &CodeGenOpts;
84 const CodeGenOptions CodeGenOpts) { in reportOptRecordError()
108 const CodeGenOptions &CodeGenOpts;
136 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
161 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
325 CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
926 for (const CodeGenOptions::BitcodeFileToLink &F : in CreateASTConsumer()
H A DCGLoopInfo.h32 class CodeGenOptions; variable
212 const clang::CodeGenOptions &CGOpts,
H A DCodeGenTypes.h36 class CodeGenOptions; variable
121 const CodeGenOptions &getCodeGenOpts() const;
H A DCodeGenModule.h74 class CodeGenOptions; variable
307 const CodeGenOptions &CodeGenOpts;
584 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
708 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
1597 void EmitBackendOptionsMetadata(const CodeGenOptions CodeGenOpts);
H A DObjectFilePCHContainerOperations.cpp50 CodeGenOptions CodeGenOpts;
H A DCodeGenModule.cpp99 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule()
775 case CodeGenOptions::FramePointerKind::None: in Release()
778 case CodeGenOptions::FramePointerKind::NonLeaf: in Release()
781 case CodeGenOptions::FramePointerKind::All: in Release()
843 const CodeGenOptions CodeGenOpts) { in EmitBackendOptionsMetadata()
1153 case CodeGenOptions::GeneralDynamicTLSModel: in GetDefaultLLVMTLSModel()
1155 case CodeGenOptions::LocalDynamicTLSModel: in GetDefaultLLVMTLSModel()
1157 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1159 case CodeGenOptions::LocalExecTLSModel: in GetDefaultLLVMTLSModel()
1781 CodeGenOpts.getInlining() == CodeGenOptions::OnlyAlwaysInlining) in SetLLVMFunctionAttributesForDefinition()
[all …]
H A DCodeGenTBAA.cpp33 const CodeGenOptions &CGO, in CodeGenTBAA()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h136 CodeGenOptions CodeGenOpts;
154 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts()
155 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
269 static bool ParseCodeGenArgs(CodeGenOptions &Opts, llvm::opt::ArgList &Args,
276 static void GenerateCodeGenArgs(const CodeGenOptions &Opts,
H A DASTConsumers.h23 class CodeGenOptions; variable
H A DCompilerInstance.h253 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts()
256 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
631 const CodeGenOptions *CodeGenOpts = nullptr);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1170 static CodeGenOptions::OptRemark
1173 CodeGenOptions::OptRemark Result; in ParseOptimizationRemark()
1194 Result.Kind = CodeGenOptions::RK_Enabled; in ParseOptimizationRemark()
1198 Result.Kind = CodeGenOptions::RK_Disabled; in ParseOptimizationRemark()
1204 return CodeGenOptions::OptRemark(); in ParseOptimizationRemark()
1310 const CodeGenOptions &CodeGenOpts = Opts; in GenerateCodeGenArgs()
1532 case CodeGenOptions::FiniteLoopsKind::Language: in GenerateCodeGenArgs()
1534 case CodeGenOptions::FiniteLoopsKind::Always: in GenerateCodeGenArgs()
1537 case CodeGenOptions::FiniteLoopsKind::Never: in GenerateCodeGenArgs()
1565 CodeGenOptions &CodeGenOpts = Opts; in ParseCodeGenArgs()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DPCHContainerOperations.h25 class CodeGenOptions; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/
H A Dmodule.modulemap54 textual header "Basic/CodeGenOptions.def"

12