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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } function in class:clang::CompilerInvocation
182 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h252 CodeGenOptions &getCodeGenOpts() { function in class:clang::CompilerInstance
253 return Invocation->getCodeGenOpts();
255 const CodeGenOptions &getCodeGenOpts() const { function in class:clang::CompilerInstance
256 return Invocation->getCodeGenOpts();
/external/clang/lib/CodeGen/
H A DCodeGenModule.h606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } function in class:clang::CodeGen::CodeGenModule

Completed in 109 milliseconds