Searched defs:getCodeGenOpts (Results 1 – 6 of 6) sorted by relevance
139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() function
275 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function278 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
98 const clang::CodeGenOptions &getCodeGenOpts() const { return codeGenOpts; } in getCodeGenOpts() function
32 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo
49 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { in getCodeGenOpts() function in CodeGenTypes
829 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function