Home
last modified time | relevance | path

Searched refs:PrefixDir (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c162 char *PrefixDir,
574 char *PrefixDir, in FlMergePathnames() argument
584 PrefixDir, FilePathname); in FlMergePathnames()
590 if (!PrefixDir || (!*PrefixDir) || in FlMergePathnames()
601 CommonPath = UtLocalCacheCalloc (strlen (PrefixDir) + 1); in FlMergePathnames()
602 strcpy (CommonPath, PrefixDir); in FlMergePathnames()
673 char *PrefixDir, in FlOpenIncludeWithPrefix() argument
684 Pathname = FlMergePathnames (PrefixDir, Filename); in FlOpenIncludeWithPrefix()
H A Dprutils.c694 char *PrefixDir, in PrOpenIncludeWithPrefix() argument
705 Pathname = FlMergePathnames (PrefixDir, Filename); in PrOpenIncludeWithPrefix()
H A Dpreprocess.h396 char *PrefixDir,
H A Daslcompiler.h1028 char *PrefixDir,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1069 void setOverlayFileDir(StringRef PrefixDir);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2397 std::string PrefixDir = concat(SysRoot, "/usr/gcc"); in AddDefaultGCCPrefixes() local
2399 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(PrefixDir, EC), in AddDefaultGCCPrefixes()
2409 std::string CandidatePrefix = PrefixDir + "/" + VersionText.str(); in AddDefaultGCCPrefixes()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6222 for (const auto &PrefixDir : PrefixDirs) { in GetProgramPath()
6223 if (llvm::sys::fs::is_directory(PrefixDir)) { in GetProgramPath()
6224 SmallString<128> P(PrefixDir); in GetProgramPath()
6228 SmallString<128> P((PrefixDir + Name).str()); in GetProgramPath()
6217 for (const auto &PrefixDir : PrefixDirs) { GetProgramPath() local