| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 79 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 D | CodeGenTBAA.h | 26 class CodeGenOptions; variable 121 const CodeGenOptions &CodeGenOpts; 172 CodeGenTBAA(ASTContext &Ctx, llvm::Module &M, const CodeGenOptions &CGO,
|
| H A D | ABIInfo.h | 27 class CodeGenOptions; variable 69 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | ModuleBuilder.cpp | 38 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 D | CodeGenAction.cpp | 52 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 D | CodeGenTypes.h | 37 class CodeGenOptions; variable 178 const CodeGenOptions &getCodeGenOpts() const;
|
| H A D | CGDeclCXX.cpp | 380 if (RASignKind != CodeGenOptions::SignReturnAddressScope::None) { in CreateGlobalInitOrDestructFunction() 382 RASignKind == CodeGenOptions::SignReturnAddressScope::All in CreateGlobalInitOrDestructFunction() 387 RASignKey == CodeGenOptions::SignReturnAddressKeyValue::AKey in CreateGlobalInitOrDestructFunction()
|
| H A D | CodeGenModule.h | 73 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 D | ObjectFilePCHContainerOperations.cpp | 51 CodeGenOptions CodeGenOpts;
|
| H A D | CodeGenTBAA.cpp | 34 const CodeGenOptions &CGO, in CodeGenTBAA()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | CodeGenOptions.cpp | 15 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 D | BackendUtil.h | 27 class CodeGenOptions; variable 41 const CodeGenOptions &CGOpts, 47 void EmbedBitcode(llvm::Module *M, const CodeGenOptions &CGOpts,
|
| H A D | ModuleBuilder.h | 27 class CodeGenOptions; variable 100 const CodeGenOptions &CGO,
|
| H A D | CodeGenABITypes.h | 42 class CodeGenOptions; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 128 CodeGenOptions CodeGenOpts; 195 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() 196 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts()
|
| H A D | ASTConsumers.h | 23 class CodeGenOptions; variable
|
| H A D | CompilerInstance.h | 265 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 D | CompilerInvocation.cpp | 602 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 D | CodeGenOptions.h | 46 class CodeGenOptions : public CodeGenOptionsBase { 299 CodeGenOptions();
|
| H A D | TargetInfo.h | 44 class CodeGenOptions; variable 1009 virtual void adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/ |
| H A D | PCHContainerOperations.h | 26 class CodeGenOptions; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ClangForward.h | 30 class CodeGenOptions; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/ |
| H A D | AMDGPU.cpp | 204 void AMDGPUTargetInfo::adjustTargetOptions(const CodeGenOptions &CGOpts, in adjustTargetOptions()
|
| H A D | AMDGPU.h | 213 void adjustTargetOptions(const CodeGenOptions &CGOpts,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ |
| H A D | module.modulemap | 49 textual header "Basic/CodeGenOptions.def"
|