Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp79 const CodeGenOptions &CodeGenOpts;
127 const CodeGenOptions &CGOpts, in EmitAssemblyHelper()
153 const CodeGenOptions &CGOpts, in PassManagerBuilderWrapper()
158 const CodeGenOptions &getCGOpts() const { return CGOpts; } in getCGOpts()
163 const CodeGenOptions &CGOpts;
197 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addSanitizerCoveragePass()
239 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addAddressSanitizerPasses()
263 const CodeGenOptions &CGOpts = BuilderWrapper.getCGOpts(); in addHWAddressSanitizerPasses()
347 case CodeGenOptions::Accelerate: in createTLII()
350 case CodeGenOptions::SVML: in createTLII()
[all …]
H A DCodeGenTBAA.h26 class CodeGenOptions; variable
121 const CodeGenOptions &CodeGenOpts;
172 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
H A DABIInfo.h27 class CodeGenOptions; variable
69 const CodeGenOptions &getCodeGenOpts() const;
H A DModuleBuilder.cpp38 const CodeGenOptions CodeGenOpts; // Intentionally copied in.
72 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
328 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DCodeGenAction.cpp52 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon) in ClangDiagnosticHandler()
77 const CodeGenOptions &CodeGenOpts;
88 const CodeGenOptions &CodeGenOpts;
114 const CodeGenOptions &CodeGenOpts, in BackendConsumer()
283 if (CodeGenOpts.getProfileUse() != CodeGenOptions::ProfileNone) in HandleTranslationUnit()
863 for (const CodeGenOptions::BitcodeFileToLink &F : in CreateASTConsumer()
H A DCodeGenTypes.h37 class CodeGenOptions; variable
178 const CodeGenOptions &getCodeGenOpts() const;
H A DCGDeclCXX.cpp380 if (RASignKind != CodeGenOptions::SignReturnAddressScope::None) { in CreateGlobalInitOrDestructFunction()
382 RASignKind == CodeGenOptions::SignReturnAddressScope::All in CreateGlobalInitOrDestructFunction()
387 RASignKey == CodeGenOptions::SignReturnAddressKeyValue::AKey in CreateGlobalInitOrDestructFunction()
H A DCodeGenModule.h73 class CodeGenOptions; variable
297 const CodeGenOptions &CodeGenOpts;
541 const CodeGenOptions &CodeGenOpts, llvm::Module &M,
658 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
H A DObjectFilePCHContainerOperations.cpp51 CodeGenOptions CodeGenOpts;
H A DCodeGenTBAA.cpp34 const CodeGenOptions &CGO, in CodeGenTBAA()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DCodeGenOptions.cpp15 CodeGenOptions::CodeGenOptions() { in CodeGenOptions() function in clang::CodeGenOptions
24 bool CodeGenOptions::isNoBuiltinFunc(const char *Name) const { in isNoBuiltinFunc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DBackendUtil.h27 class CodeGenOptions; variable
41 const CodeGenOptions &CGOpts,
47 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
H A DModuleBuilder.h27 class CodeGenOptions; variable
100 const CodeGenOptions &CGO,
H A DCodeGenABITypes.h42 class CodeGenOptions; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h128 CodeGenOptions CodeGenOpts;
195 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts()
196 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
H A DASTConsumers.h23 class CodeGenOptions; variable
H A DCompilerInstance.h265 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts()
268 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts()
644 const CodeGenOptions *CodeGenOpts = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp602 static void setPGOUseInstrumentor(CodeGenOptions &Opts, in setPGOUseInstrumentor()
670 Opts.setVecLib(CodeGenOptions::Accelerate); in ParseCodeGenArgs()
672 Opts.setVecLib(CodeGenOptions::SVML); in ParseCodeGenArgs()
674 Opts.setVecLib(CodeGenOptions::NoLibrary); in ParseCodeGenArgs()
967 .Case("off", CodeGenOptions::Embed_Off) in ParseCodeGenArgs()
968 .Case("all", CodeGenOptions::Embed_All) in ParseCodeGenArgs()
970 .Case("marker", CodeGenOptions::Embed_Marker) in ParseCodeGenArgs()
1066 CodeGenOptions::BitcodeFileToLink F; in ParseCodeGenArgs()
1148 .Case("legacy", CodeGenOptions::Legacy) in ParseCodeGenArgs()
1149 .Case("non-legacy", CodeGenOptions::NonLegacy) in ParseCodeGenArgs()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h46 class CodeGenOptions : public CodeGenOptionsBase {
299 CodeGenOptions();
H A DTargetInfo.h44 class CodeGenOptions; variable
1009 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DPCHContainerOperations.h26 class CodeGenOptions; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h30 class CodeGenOptions; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DAMDGPU.cpp204 void AMDGPUTargetInfo::adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
H A DAMDGPU.h213 void adjustTargetOptions(const CodeGenOptions &CGOpts,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/
H A Dmodule.modulemap49 textual header "Basic/CodeGenOptions.def"

12