HomeSort by: relevance | last modified time | path
    Searched refs:PrefixDir (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
aslfiles.c 54 char *PrefixDir,
450 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be NULL or
458 * FilePathname is relative to the PrefixDir.
464 char *PrefixDir,
474 PrefixDir, FilePathname);
480 if (!PrefixDir || (!*PrefixDir) ||
491 CommonPath = UtLocalCacheCalloc (strlen (PrefixDir) + 1);
492 strcpy (CommonPath, PrefixDir);
551 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be a zer
    [all...]
preprocess.h 288 char *PrefixDir,
prutils.c 575 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be a zero
587 char *PrefixDir,
598 Pathname = FlMergePathnames (PrefixDir, Filename);
aslcompiler.h 920 char *PrefixDir,
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
PS4CPU.cpp 186 std::string PrefixDir;
188 PrefixDir = A->getValue();
189 if (!llvm::sys::fs::exists(PrefixDir))
190 getDriver().Diag(clang::diag::warn_missing_sysroot) << PrefixDir;
192 PrefixDir = std::string(PS4SDKDir.str());
194 SmallString<512> PS4SDKIncludeDir(PrefixDir);
Gnu.cpp 2031 std::string PrefixDir = SysRoot.str() + "/usr/gcc";
2033 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(PrefixDir, EC),
2043 std::string CandidatePrefix = PrefixDir + "/" + VersionText.str();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 847 void setExternalContentsPrefixDir(StringRef PrefixDir);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1248 void RedirectingFileSystem::setExternalContentsPrefixDir(StringRef PrefixDir) {
1249 ExternalContentsPrefixDir = PrefixDir.str();
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 5136 for (const auto &PrefixDir : PrefixDirs) {
5137 if (llvm::sys::fs::is_directory(PrefixDir)) {
5138 SmallString<128> P(PrefixDir);
5142 SmallString<128> P((PrefixDir + Name).str());

Completed in 36 milliseconds