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

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; }
178 const CodeGenOptions &getCodeGenOpts() const {
CompilerInstance.h 228 CodeGenOptions &getCodeGenOpts() {
229 return Invocation->getCodeGenOpts();
231 const CodeGenOptions &getCodeGenOpts() const {
232 return Invocation->getCodeGenOpts();
  /external/clang/lib/CodeGen/
CodeGenModule.h 585 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; }
    [all...]

Completed in 47 milliseconds