/netbsd-src/external/apache2/llvm/dist/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
|
H A D | CMakeLists.txt | 43 CodeGenOptions.cpp
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 104 const CodeGenOptions &CodeGenOpts; 152 const CodeGenOptions &CGOpts, in EmitAssemblyHelper() 178 const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper() 183 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts() 188 const CodeGenOptions &CGOpts; 219 getSancovOptsFromCGOpts(const CodeGenOptions &CGOpts) { in getSancovOptsFromCGOpts() 243 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass() 254 static bool asanUseGlobalsGC(const Triple &T, const CodeGenOptions &CGOpts) { in asanUseGlobalsGC() 285 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses() 311 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addHWAddressSanitizerPasses() [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() 924 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 | CodeGenModule.cpp | 99 const CodeGenOptions &CGO, llvm::Module &M, in CodeGenModule() 752 case CodeGenOptions::FramePointerKind::None: in Release() 755 case CodeGenOptions::FramePointerKind::NonLeaf: in Release() 758 case CodeGenOptions::FramePointerKind::All: in Release() 818 const CodeGenOptions CodeGenOpts) { in EmitBackendOptionsMetadata() 1123 case CodeGenOptions::GeneralDynamicTLSModel: in GetDefaultLLVMTLSModel() 1125 case CodeGenOptions::LocalDynamicTLSModel: in GetDefaultLLVMTLSModel() 1127 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel() 1129 case CodeGenOptions::LocalExecTLSModel: in GetDefaultLLVMTLSModel() 1751 CodeGenOpts.getInlining() == CodeGenOptions::OnlyAlwaysInlining) in SetLLVMFunctionAttributesForDefinition() [all …]
|
/netbsd-src/external/apache2/llvm/dist/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 1162 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
|
/netbsd-src/external/apache2/llvm/dist/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);
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 448 CodeGenOptions &CodeGenOpts = Invocation.getCodeGenOpts(); in FixupInvocation() 1157 const CodeGenOptions::OptRemark &Remark) { in GenerateOptimizationRemark() 1160 } else if (Remark.Kind == CodeGenOptions::RK_Enabled) { in GenerateOptimizationRemark() 1162 } else if (Remark.Kind == CodeGenOptions::RK_Disabled) { in GenerateOptimizationRemark() 1170 static CodeGenOptions::OptRemark 1173 CodeGenOptions::OptRemark Result; in ParseOptimizationRemark() 1194 Result.Kind = CodeGenOptions::RK_Enabled; in ParseOptimizationRemark() 1196 Result.Kind = CodeGenOptions::RK_EnabledEverything; in ParseOptimizationRemark() 1198 Result.Kind = CodeGenOptions::RK_Disabled; in ParseOptimizationRemark() 1200 Result.Kind = CodeGenOptions::RK_DisabledEverything; in ParseOptimizationRemark() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | PCHContainerOperations.h | 25 class CodeGenOptions; variable
|
/netbsd-src/external/apache2/llvm/lib/libclangBasic/ |
H A D | Makefile | 12 CodeGenOptions.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Basic/ |
H A D | BUILD.gn | 59 "CodeGenOptions.cpp",
|