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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h160 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } function in class:clang::CompilerInvocation
161 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h196 CodeGenOptions &getCodeGenOpts() { function in class:clang::CompilerInstance
197 return Invocation->getCodeGenOpts();
199 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInstance
200 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.h447 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenModule

Completed in 83 milliseconds