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

  /frameworks/compile/mclinker/include/mcld/Support/
Target.h 64 unsigned int getTripleQuality(const llvm::Triple& pTriple) const;
  /frameworks/compile/mclinker/lib/Support/
Target.cpp 27 unsigned int Target::getTripleQuality(const llvm::Triple& pTriple) const {
TargetRegistry.cpp 39 unsigned int quality = (*target)->getTripleQuality(triple);

Completed in 430 milliseconds