Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
178 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
DCompilerInstance.h228 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
231 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h585 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function