HomeSort by relevance Sort by last modified time
    Searched defs:getCodeGenOpts (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
176 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 213 CodeGenOptions &getCodeGenOpts() {
214 return Invocation->getCodeGenOpts();
216 const CodeGenOptions &getCodeGenOpts() const {
217 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenTypes.h 119 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenModule.h 507 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]

Completed in 68 milliseconds