Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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
H A DCMakeLists.txt43 CodeGenOptions.cpp
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp104 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 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()
924 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 DCodeGenModule.cpp99 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 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
1162 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp448 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 DPCHContainerOperations.h25 class CodeGenOptions; variable
/netbsd-src/external/apache2/llvm/lib/libclangBasic/
H A DMakefile12 CodeGenOptions.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Basic/
H A DBUILD.gn59 "CodeGenOptions.cpp",

12