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 174 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
175 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 117 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenModule.h 477 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]

Completed in 38 milliseconds