Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function
252 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } getCodeGenOpts() function
H A DCompilerInstance.h262 CodeGenOptions &getCodeGenOpts() { getCodeGenOpts() function
265 const CodeGenOptions &getCodeGenOpts() const { getCodeGenOpts() function
/freebsd-src/contrib/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.h748 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } getCodeGenOpts() function