Home
last modified time | relevance | path

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

/freebsd/contrib/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.h275 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
278 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.h98 const clang::CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo
H A DCodeGenTypes.cpp49 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { in getCodeGenOpts() function in CodeGenTypes
H A DCodeGenModule.h829 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function