| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 74 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 D | CodeGenOptions.cpp | 14 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ProfileList.h | 47 CodeGenOptions::ProfileInstrKind Kind) const; 50 CodeGenOptions::ProfileInstrKind Kind) const; 53 CodeGenOptions::ProfileInstrKind Kind) const;
|
| H A D | CodeGenOptions.h | 49 class CodeGenOptions : public CodeGenOptionsBase { 411 CodeGenOptions();
|
| H A D | TargetInfo.h | 48 class CodeGenOptions; variable 1168 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | BackendUtil.h | 26 class CodeGenOptions; variable 40 const CodeGenOptions &CGOpts, 45 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| H A D | ModuleBuilder.h | 26 class CodeGenOptions; variable 99 const CodeGenOptions &CGO,
|
| H A D | CodeGenABITypes.h | 48 class CodeGenOptions; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 105 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 D | ModuleBuilder.cpp | 37 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 D | CodeGenTBAA.h | 25 class CodeGenOptions; variable 120 const CodeGenOptions &CodeGenOpts; 171 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
|
| H A D | ABIInfo.h | 26 class CodeGenOptions; variable 70 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CodeGenAction.cpp | 57 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 D | CGLoopInfo.h | 32 class CodeGenOptions; variable 212 const clang::CodeGenOptions &CGOpts,
|
| H A D | CodeGenTypes.h | 36 class CodeGenOptions; variable 121 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CodeGenModule.h | 74 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 D | ObjectFilePCHContainerOperations.cpp | 50 CodeGenOptions CodeGenOpts;
|
| H A D | CodeGenModule.cpp | 99 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 D | CodeGenTBAA.cpp | 33 const CodeGenOptions &CGO, in CodeGenTBAA()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 136 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 D | ASTConsumers.h | 23 class CodeGenOptions; variable
|
| H A D | CompilerInstance.h | 253 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 D | CompilerInvocation.cpp | 1170 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 D | PCHContainerOperations.h | 25 class CodeGenOptions; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ |
| H A D | module.modulemap | 54 textual header "Basic/CodeGenOptions.def"
|