Home
last modified time | relevance | path

Searched defs:getCodeGenOpts (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h159 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
160 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
H A DCompilerInstance.h254 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
257 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h136 CodeGenOptions &getCodeGenOpts() { return codeGenOpts; } in getCodeGenOpts() function
137 const CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp45 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { in getCodeGenOpts() function in CodeGenTypes
H A DCodeGenModule.h728 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
H A DTargetInfo.cpp228 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo