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 169 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
170 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 199 CodeGenOptions &getCodeGenOpts() {
200 return Invocation->getCodeGenOpts();
202 const CodeGenOptions &getCodeGenOpts() const {
203 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenTypes.h 115 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenModule.h 444 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]

Completed in 94 milliseconds