Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h181 CodeGenOptions &getCodeGenOpts() { return CodeGenOpts; } in getCodeGenOpts() function
182 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
H A DCompilerInstance.h252 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
255 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInvocation.h139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function
252 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() function
DCompilerInstance.h262 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
265 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInvocation.h139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() function
DCompilerInstance.h283 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
286 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInvocation.h139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() function
DCompilerInstance.h265 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
268 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInvocation.h139 const CodeGenOptions &getCodeGenOpts() const { return *CodeGenOpts; } in getCodeGenOpts() function
257 CodeGenOptions &getCodeGenOpts() { return *CodeGenOpts; } in getCodeGenOpts() function
DCompilerInstance.h265 CodeGenOptions &getCodeGenOpts() { in getCodeGenOpts() function
268 const CodeGenOptions &getCodeGenOpts() const { in getCodeGenOpts() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.h606 const CodeGenOptions &getCodeGenOpts() const { return CodeGenOpts; } in getCodeGenOpts() function