Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAArch64.h156 bool supportsTargetAttributeTune() const override { return true; } in supportsTargetAttributeTune() function
H A DX86.h336 bool supportsTargetAttributeTune() const override { in supportsTargetAttributeTune() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTargetInfo.h1303 virtual bool supportsTargetAttributeTune() const { in supportsTargetAttributeTune() function