Searched defs:getCodeGenOpts (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h175 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } function in class:clang::CompilerInvocation
176 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h213 CodeGenOptions &getCodeGenOpts() { function in class:clang::CompilerInstance
214 return Invocation->getCodeGenOpts();
216 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInstance
217 return Invocation->getCodeGenOpts();
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h119 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenTypes
H A DCodeGenModule.h507 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenModule

Completed in 110 milliseconds