Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
178 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
H A DCompilerInstance.h232 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
235 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h602 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function