/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DirectoryScanner.cpp | 26 llvm::Error DirectoryScanner::scan(StringRef Directory) { in scan() argument 28 return scanForFrameworks(Directory); in scan() 30 return scanForUnwrappedLibraries(Directory); in scan() 33 llvm::Error DirectoryScanner::scanForUnwrappedLibraries(StringRef Directory) { in scanForUnwrappedLibraries() argument 36 SmallString<PATH_MAX> Path(Directory); in scanForUnwrappedLibraries() 50 Library &Lib = getOrCreateLibrary(Directory, Libraries); in scanForUnwrappedLibraries() 55 Directory)) in scanForUnwrappedLibraries() 60 Directory)) in scanForUnwrappedLibraries() 139 DirectoryScanner::scanMultipleFrameworks(StringRef Directory, in scanMultipleFrameworks() argument 143 for (vfs::directory_iterator i = FS.dir_begin(Directory, ec), ie; i != ie; in scanMultipleFrameworks() [all …]
|
H A D | HeaderFile.cpp | 45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles() argument 49 for (llvm::vfs::recursive_directory_iterator i(FS, Directory, EC), ie; in enumerateFiles()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CompilationDatabase.h | 46 CompileCommand(const Twine &Directory, const Twine &Filename, in CompileCommand() 48 : Directory(Directory.str()), Filename(Filename.str()), in CompileCommand() 52 std::string Directory; member 69 return LHS.Directory == RHS.Directory && LHS.Filename == RHS.Filename && 185 const Twine &Directory = "."); 195 loadFromBuffer(StringRef Directory, StringRef Data, std::string &ErrorMsg); 199 FixedCompilationDatabase(const Twine &Directory,
|
H A D | CompilationDatabasePluginRegistry.h | 36 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
|
/freebsd/contrib/ntp/ |
H A D | README | 6 The ntp Distribution Base Directory 52 adjtimed Directory containing the sources for the adjtime daemon 55 authstuff Directory containing sources for miscellaneous programs 64 clockstuff Directory containing sources for miscellaneous programs 71 conf Directory containing a motley collection of 92 html Directory containing a complete set of documentation on 99 include Directory containing include header files used by most 104 kernel Directory containing sources for kernel programs such as 108 libntp Directory containing library source code used by most 111 ntpdate Directory containing sources for a program to set the [all …]
|
/freebsd/contrib/libfido2/windows/ |
H A D | build.ps1 | 94 New-Item -Type Directory "${BUILD}" -Force 95 New-Item -Type Directory "${BUILD}\${Arch}" -Force 96 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force 97 New-Item -Type Directory "${STAGE}\${LIBRESSL}" -Force 98 New-Item -Type Directory "${STAGE}\${LIBCBOR}" -Force 99 New-Item -Type Directory "${STAGE}\${ZLIB}" -Force 102 New-Item -Type Directory "${OUTPUT}" -Force 103 New-Item -Type Directory "${OUTPUT}\${Arch}" -Force 104 New-Item -Type Directory "${OUTPUT}\${Arch}\${Type}" -force
|
H A D | cygwin.ps1 | 38 New-Item -Type Directory "${Cygwin}" -Force 39 New-Item -Type Directory "${Root}" -Force
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DirectoryScanner.h | 35 llvm::Error scan(StringRef Directory); 47 llvm::Error scanForUnwrappedLibraries(StringRef Directory); 50 llvm::Error scanForFrameworks(StringRef Directory); 56 llvm::Error scanMultipleFrameworks(StringRef Directory, 59 llvm::Error scanSubFrameworksDirectory(StringRef Directory,
|
H A D | Library.h | 23 Library(StringRef Directory) : BaseDirectory(Directory) {} in Library() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | BuildID.cpp | 69 auto GetDebugPath = [&](StringRef Directory) { in fetch() argument 70 SmallString<128> Path{Directory}; in fetch() 90 for (const auto &Directory : DebugFileDirectories) { in fetch() local 92 SmallString<128> Path = GetDebugPath(Directory); in fetch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 277 Expected<unsigned> tryGetFile(StringRef &Directory, StringRef &FileName, 300 void setRootFile(StringRef Directory, StringRef FileName, in setRootFile() 303 CompilationDir = std::string(Directory); in setRootFile() 331 void maybeSetRootFile(StringRef Directory, StringRef FileName, in maybeSetRootFile() argument 336 Header.setRootFile(Directory, FileName, Checksum, Source); in maybeSetRootFile() 339 unsigned getFile(StringRef Directory, StringRef FileName, in getFile() argument 343 return cantFail(Header.tryGetFile(Directory, FileName, Checksum, Source, in getFile() 368 Expected<unsigned> tryGetFile(StringRef &Directory, StringRef &FileName, 372 unsigned getFile(StringRef &Directory, StringRef &FileName, 376 return cantFail(tryGetFile(Directory, FileName, Checksum, Source, [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 163 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override { in loadFromDirectory() argument 164 SmallString<1024> JSONDatabasePath(Directory); in loadFromDirectory() 350 llvm::yaml::ScalarNode *Directory = nullptr; in parse() local 389 Directory = ValueString; in parse() 412 if (!Directory) { in parse() 421 SmallString<128> AbsolutePath(Directory->getValue(DirectoryStorage)); in parse() 428 auto Cmd = CompileCommandRef(Directory, File, *Command, Output); in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleDebugInfoPrinter.cpp | 28 static void printFile(raw_ostream &O, StringRef Filename, StringRef Directory, in printFile() argument 34 if (!Directory.empty()) in printFile() 35 O << Directory << "/"; in printFile()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | ASTSourceDescriptor.cpp | 20 if (M.Directory) in ASTSourceDescriptor() 21 Path = M.Directory->getName(); in ASTSourceDescriptor()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | posix1.exp | 16 Directory and filename parts of local variables 56 Directory and filename parts of local variables 102 Directory and filename parts of local variables 149 Directory and filename parts of local variables
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Minidump.h | 36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() 39 ArrayRef<uint8_t> getRawStream(const minidump::Directory &Stream) const { in getRawStream() 166 ArrayRef<minidump::Directory> Streams, in MinidumpFile() 186 ArrayRef<minidump::Directory> Streams;
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 140 APINotesManager::findAPINotesFile(DirectoryEntryRef Directory, in findAPINotesFile() argument 144 llvm::SmallString<128> Path(Directory.getName()); in findAPINotesFile() 229 if (LookInModule && M->Directory) { in getCurrentModuleAPINotes() 254 llvm::SmallString<128> Path(M->Directory->getName()); in getCurrentModuleAPINotes() 279 tryAPINotes(*M->Directory, /*wantPublic=*/true); in getCurrentModuleAPINotes() 281 tryAPINotes(*M->Directory, /*wantPublic=*/false); in getCurrentModuleAPINotes()
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | directory.subr | 85 # Initializes the Directory media device. Returns success if the directory path 93 f_dprintf "Init routine called for Directory device. path=[%s]" \ 100 f_dprintf "Directory device already checked." 139 # Shuts down the Directory device. Return status should be ignored.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 62 StringRef Directory = sys::path::parent_path(SrcPath); in updateWithRealPath() local 68 auto DirWithSymlink = CachedDirs.find(Directory); in updateWithRealPath() 72 if (sys::fs::real_path(Directory, RealPath)) in updateWithRealPath() 74 CachedDirs[Directory] = std::string(RealPath); in updateWithRealPath()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.h | 136 std::vector<llvm::minidump::Directory> m_directories; 159 static constexpr size_t DIRECTORY_SIZE = sizeof(llvm::minidump::Directory);
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 184 auto Directory = M->Directory; in findHeader() local 185 SmallString<128> FullPathName(Directory->getName()); in findHeader() 238 if (!NormalHdrFile && Directory->getName().ends_with(".framework")) { in findHeader() 242 FullPathName.assign(Directory->getName()); in findHeader() 338 !BuiltinIncludeDir || BuiltinIncludeDir == Mod->Directory || in resolveAsBuiltinHeader() 1101 Result->Directory = FrameworkDir; in inferFrameworkModule() 1105 Result->getTopLevelModule()->Directory->getName().size()); in inferFrameworkModule() 1532 DirectoryEntryRef Directory; member in clang::ModuleMapParser 1596 DirectoryEntryRef Directory, bool IsSystem) in ModuleMapParser() argument 1598 ModuleMapFID(ModuleMapFID), Directory(Directory), IsSystem(IsSystem) { in ModuleMapParser() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 575 MCDwarfLineTable::tryGetFile(StringRef &Directory, StringRef &FileName, in tryGetFile() argument 579 return Header.tryGetFile(Directory, FileName, Checksum, Source, DwarfVersion, in tryGetFile() 583 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument 592 MCDwarfLineTableHeader::tryGetFile(StringRef &Directory, StringRef &FileName, in tryGetFile() argument 596 if (Directory == CompilationDir) in tryGetFile() 597 Directory = ""; in tryGetFile() 600 Directory = ""; in tryGetFile() 609 if (DwarfVersion >= 5 && isRootFile(RootFile, Directory, FileName, Checksum)) in tryGetFile() 617 std::make_pair((Directory + Twine('\0') + FileName).toStringRef(Buffer), in tryGetFile() 634 if (Directory.empty()) { in tryGetFile() [all …]
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor.ipp | 56 /// Directory where the hook may place control files. 59 /// Directory to enter when running the subprocess. 75 /// \param control_directory Directory where control files can be placed. 76 /// \param work_directory Directory to enter when running the subprocess.
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 173 static Directory layout(BlobAllocator &File, Stream &S) { in layout() 174 Directory Result; in layout() 235 std::vector<Directory> StreamDirectory(Obj.Streams.size()); in yaml2minidump()
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_dir_sep.m4 | 22 [Directory separator character, usually / or \\])
|