Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInvocation.h177 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
178 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
HDCompilerInstance.h256 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
259 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h614 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function