Home
last modified time | relevance | path

Searched defs:readFile (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dutils.d56 Buffer readFile(Loc loc, const(char)* filename) in readFile() function
62 Buffer readFile(Loc loc, const(char)[] filename) in readFile() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dutils.c50 void readFile(Loc loc, File *f) in readFile() function
/llvm-project/clang-tools-extra/clangd/
H A DRIFF.cpp48 llvm::Expected<File> readFile(llvm::StringRef Stream) { in readFile() function
/llvm-project/openmp/runtime/tools/
H A DsummarizeStats.py137 def readFile(fname): global() function
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp353 Expected<Records> DylibReader::readFile(MemoryBufferRef Buffer, in readFile() function in DylibReader
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp20 DependencyScanningWorkerFilesystem::readFile(StringRef Filename) { in readFile() function in DependencyScanningWorkerFilesystem
/llvm-project/lld/wasm/
H A DInputFiles.cpp61 std::optional<MemoryBufferRef> readFile(StringRef path) { readFile() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DModule.cc1796 Module::readFile () in readFile() function in Module
H A DClassFile.cc1385 ClassFile::readFile () in readFile() function in ClassFile
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DModule.cc1796 Module::readFile () in readFile() function in Module
H A DClassFile.cc1385 ClassFile::readFile () in readFile() function in ClassFile
/llvm-project/lld/ELF/
H A DInputFiles.cpp220 std::optional<MemoryBufferRef> elf::readFile(Ctx &ctx, StringRef path) { in readFile() function in elf
/llvm-project/lld/MachO/
H A DInputFiles.cpp216 std::optional<MemoryBufferRef> macho::readFile(StringRef path) { in readFile() function in macho
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c21896 static char *readFile(const char *zName, int *pnByte){ in readFile() function