Home
last modified time | relevance | path

Searched refs:get_file_type (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dfilesystem_common.h538 static file_type get_file_type(DirEntT* ent, int) {
565 static file_type get_file_type(DirEntT*, long) {
579 return {dir_entry_ptr->d_name, get_file_type(dir_entry_ptr, 0)};
585 static file_type get_file_type(const WIN32_FIND_DATAW& data) {
H A Ddirectory_iterator.cpp80 directory_entry::__create_iter_result(detail::get_file_type(__data_))); in assign()
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp225 switch (get_file_type(file_spec.GetPath())) { in LocateMacOSXFilesUsingDebugSymbols()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h543 file_type get_file_type(const Twine &Path, bool Follow = true);
/openbsd/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1521 if (sys::fs::get_file_type(LibrarySearchPath) != in addLibraries()
1699 if (sys::fs::get_file_type(LibPath.data()) != in addLibraries()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DPath.cpp1085 file_type get_file_type(const Twine &Path, bool Follow) { in get_file_type() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp574 switch (fs::get_file_type(src.GetPath(), false)) { in Install()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c1890 get_file_type (unsigned e_type) in get_file_type() function
3465 get_file_type (elf_header.e_type)); in process_file_header()
3635 printf (_("\nElf file type is %s\n"), get_file_type (elf_header.e_type)); in process_program_headers()
H A DChangeLog-20051067 * readelf.c (get_file_type, get_machine_name, get_osabi_name,
H A DChangeLog-98991457 (get_file_type): Change unsigned short parameter to unsigned.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c1535 get_file_type (unsigned e_type) in get_file_type() function
2818 get_file_type (elf_header.e_type)); in process_file_header()
2988 printf (_("\nElf file type is %s\n"), get_file_type (elf_header.e_type)); in process_program_headers()
H A DChangeLog-98991457 (get_file_type): Change unsigned short parameter to unsigned.