Home
last modified time | relevance | path

Searched defs:frontendOpts (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Frontend/
DCompilerInvocation.h57 FrontendOptions &frontendOpts() { return frontendOpts_; } in frontendOpts() function
58 const FrontendOptions &frontendOpts() const { return frontendOpts_; } in frontendOpts() function
DCompilerInstance.h108 FrontendOptions &frontendOpts() { return invocation_->frontendOpts(); } in frontendOpts() function
109 const FrontendOptions &frontendOpts() const { in frontendOpts() function
/external/clang/lib/Frontend/
DCompilerInvocation.cpp2465 const FrontendOptions &frontendOpts = getFrontendOpts(); in getModuleHash() local
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp4025 const FrontendOptions &frontendOpts = getFrontendOpts(); in getModuleHash() local