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 79 TargetOptions &getTargetOpts() { return *TargetOpts.get(); }
80 const TargetOptions &getTargetOpts() const {
CompilerInstance.h 288 TargetOptions &getTargetOpts() {
289 return Invocation->getTargetOpts();
291 const TargetOptions &getTargetOpts() const {
292 return Invocation->getTargetOpts();
  /external/clang/include/clang/Basic/
TargetInfo.h 104 TargetOptions &getTargetOpts() const {

Completed in 1107 milliseconds