Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h160 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
161 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
DCompilerInstance.h196 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
199 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/clang/lib/CodeGen/
DCodeGenTypes.h115 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DCodeGenModule.h447 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function