Searched defs:getCodeGenOpts (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ | ||
H A D | CompilerInvocation.h | 139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function |
H A D | CompilerInstance.h | 262 CodeGenOptions &getCodeGenOpts() { getCodeGenOpts() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | ABIInfo.cpp | 32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo |
H A D | CodeGenTypes.cpp | 46 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { getCodeGenOpts() function in CodeGenTypes |
H A D | CodeGenModule.h | 748 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } getCodeGenOpts() function |