Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
DCompilerInstance.h252 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
255 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h210 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
211 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DCompilerInstance.h257 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
260 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp44 const CodeGenOptions &CodeGenTypes::getCodeGenOpts() const { in getCodeGenOpts() function in CodeGenTypes
DCodeGenModule.h685 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function
DTargetInfo.cpp220 const CodeGenOptions &ABIInfo::getCodeGenOpts() const { in getCodeGenOpts() function in ABIInfo
/external/clang/lib/CodeGen/
DCodeGenModule.h606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function