HomeSort by relevance Sort by last modified time
    Searched defs:getTargetOpts (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 77 TargetOptions &getTargetOpts() { return *TargetOpts.getPtr(); }
78 const TargetOptions &getTargetOpts() const {
CompilerInstance.h 273 TargetOptions &getTargetOpts() {
274 return Invocation->getTargetOpts();
276 const TargetOptions &getTargetOpts() const {
277 return Invocation->getTargetOpts();
  /external/clang/include/clang/Basic/
TargetInfo.h 103 TargetOptions &getTargetOpts() const {

Completed in 59 milliseconds