Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DCompilerInvocation.h159 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
160 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DCompilerInstance.h256 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
259 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenTypes.cpp45 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { in getCodeGenOpts() function in CodeGenTypes
DCodeGenModule.h738 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DTargetInfo.cpp233 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo