Searched refs:PrefixDir (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | aslfiles.c | 54 char *PrefixDir, 452 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be NULL or 460 * FilePathname is relative to the PrefixDir. 466 char *PrefixDir, in FlMergePathnames() 476 PrefixDir, FilePathname); in FlMergePathnames() 482 if (!PrefixDir || (!*PrefixDir) || in FlMergePathnames() 493 CommonPath = UtLocalCacheCalloc (strlen (PrefixDir) + 1); in FlMergePathnames() 494 strcpy (CommonPath, PrefixDir); in FlMergePathnames() 553 * PARAMETERS: PrefixDir 464 FlMergePathnames(char * PrefixDir,char * FilePathname) FlMergePathnames() argument 563 FlOpenIncludeWithPrefix(char * PrefixDir,ACPI_PARSE_OBJECT * Op,char * Filename) FlOpenIncludeWithPrefix() argument [all...] |
| H A D | prutils.c | 575 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be a zero in PrOpenIncludeWithPrefix() 587 char *PrefixDir, in PrOpenIncludeWithPrefix() 598 Pathname = FlMergePathnames (PrefixDir, Filename); 563 PrOpenIncludeWithPrefix(char * PrefixDir,char * Filename,char * OpenMode,char ** FullPathname) PrOpenIncludeWithPrefix() argument
|
| H A D | preprocess.h | 288 char *PrefixDir,
|
| H A D | aslcompiler.h | 920 char *PrefixDir,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | PS4CPU.cpp | 186 std::string PrefixDir; in PS4CPU() local 188 PrefixDir = A->getValue(); in PS4CPU() 189 if (!llvm::sys::fs::exists(PrefixDir)) in PS4CPU() 190 getDriver().Diag(clang::diag::warn_missing_sysroot) << PrefixDir; in PS4CPU() 192 PrefixDir = std::string(PS4SDKDir.str()); in PS4CPU() 194 SmallString<512> PS4SDKIncludeDir(PrefixDir); in PS4CPU()
|
| H A D | Gnu.cpp | 2031 std::string PrefixDir = SysRoot.str() + "/usr/gcc"; in AddDefaultGCCPrefixes() local 2033 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(PrefixDir, EC), in AddDefaultGCCPrefixes() 2043 std::string CandidatePrefix = PrefixDir + "/" + VersionText.str(); in AddDefaultGCCPrefixes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 847 void setExternalContentsPrefixDir(StringRef PrefixDir);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 1248 void RedirectingFileSystem::setExternalContentsPrefixDir(StringRef PrefixDir) { in setExternalContentsPrefixDir() argument 1249 ExternalContentsPrefixDir = PrefixDir.str(); in setExternalContentsPrefixDir()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 5136 for (const auto &PrefixDir : PrefixDirs) { in GetProgramPath() local 5137 if (llvm::sys::fs::is_directory(PrefixDir)) { in GetProgramPath() 5138 SmallString<128> P(PrefixDir); in GetProgramPath() 5142 SmallString<128> P((PrefixDir + Name).str()); in GetProgramPath()
|