Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); } in getTargetOpts() function
80 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
H A DCompilerInstance.h295 TargetOptions &getTargetOpts() { in getTargetOpts() function
298 const TargetOptions &getTargetOpts() const { in getTargetOpts() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h104 TargetOptions &getTargetOpts() const { in getTargetOpts() function