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

  /external/llvm/include/llvm/Target/
TargetMachine.h 89 std::string TargetFS;
114 StringRef getTargetFeatureString() const { return TargetFS; }
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 86 /// TargetTriple, TargetCPU, TargetFS - Triple string, CPU name, and target
90 std::string TargetFS;
112 const StringRef getTargetFeatureString() const { return TargetFS; }

Completed in 162 milliseconds