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.h244 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
247 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h603 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function