Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() function
H A DCompilerInstance.h283 CodeGenOptions &getCodeGenOpts() { getCodeGenOpts() function
286 const CodeGenOptions &getCodeGenOpts() const { getCodeGenOpts() function
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInvocation.h157 CodeGenOptions &getCodeGenOpts() { return codeGenOpts; } getCodeGenOpts() function
158 const CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } getCodeGenOpts() function
/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo
H A DCodeGenTypes.cpp46 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { getCodeGenOpts() function in CodeGenTypes
H A DCodeGenModule.h765 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } getCodeGenOpts() function