Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
DCompilerInstance.h252 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
255 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function