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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } function in class:clang::CompilerInvocation
178 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h228 CodeGenOptions &getCodeGenOpts() { function in class:clang::CompilerInstance
229 return Invocation->getCodeGenOpts();
231 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInstance
232 return Invocation->getCodeGenOpts();
/external/clang/lib/CodeGen/
H A DCodeGenModule.h585 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenModule

Completed in 81 milliseconds