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 80 TargetOptions &getTargetOpts() { return *TargetOpts.get(); }
81 const TargetOptions &getTargetOpts() const {
CompilerInstance.h 315 TargetOptions &getTargetOpts() {
316 return Invocation->getTargetOpts();
318 const TargetOptions &getTargetOpts() const {
319 return Invocation->getTargetOpts();
  /external/clang/include/clang/Basic/
TargetInfo.h 118 TargetOptions &getTargetOpts() const {
    [all...]

Completed in 317 milliseconds