HomeSort by: relevance | last modified time | path
    Searched defs:ResourceDir (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
LinkUtils.h 65 Optional<std::string> ResourceDir;
dsymutil.cpp 420 OutputLocation(std::string DWARFFile, Optional<std::string> ResourceDir = {})
421 : DWARFFile(DWARFFile), ResourceDir(ResourceDir) {}
423 Optional<std::string> getResourceDir() const { return ResourceDir; }
425 Optional<std::string> ResourceDir;
471 std::string ResourceDir = std::string(Path.str());
473 return OutputLocation(std::string(Path.str()), ResourceDir);
630 Options.LinkOpts.ResourceDir = OutputLocationOrErr->getResourceDir();
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 109 std::string ResourceDir;
  /src/external/mit/isl/dist/interface/
extract_interface.cc 115 static const char *ResourceDir =
558 HSO.ResourceDir = ResourceDir;
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Driver.h 135 std::string ResourceDir;

Completed in 59 milliseconds