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 160 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
161 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 196 CodeGenOptions &getCodeGenOpts() {
197 return Invocation->getCodeGenOpts();
199 const CodeGenOptions &getCodeGenOpts() const {
200 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenTypes.h 115 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
CodeGenModule.h 447 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]

Completed in 53 milliseconds