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 139 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
140 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 181 CodeGenOptions &getCodeGenOpts() {
182 return Invocation->getCodeGenOpts();
184 const CodeGenOptions &getCodeGenOpts() const {
185 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenTypes.h 113 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenModule.h 403 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]

Completed in 65 milliseconds