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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h169 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } function in class:clang::CompilerInvocation
170 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h199 CodeGenOptions &getCodeGenOpts() { function in class:clang::CompilerInstance
200 return Invocation->getCodeGenOpts();
202 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInstance
203 return Invocation->getCodeGenOpts();
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h115 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenTypes
H A DCodeGenModule.h444 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenModule

Completed in 39 milliseconds