Home
last modified time | relevance | path

Searched refs:readFile (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DDylibReader.h41 LLVM_ABI Expected<Records> readFile(MemoryBufferRef Buffer,
/freebsd/stand/lua/
H A Dconfig.lua440 local function readFile(name, silent) function
472 local text = readFile(nextboot_file, true)
536 local text = readFile(name, silent)
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp352 Expected<Records> DylibReader::readFile(MemoryBufferRef Buffer, in readFile() function in DylibReader
429 auto SlicesOrErr = readFile(Buffer, Options); in get()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp19 DependencyScanningWorkerFilesystem::readFile(StringRef Filename) { in readFile() function in DependencyScanningWorkerFilesystem
296 Stat->isDirectory() ? TentativeEntry(*Stat) : readFile(OriginalFilename); in computeAndStoreResult()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp248 std::optional<MemoryBufferRef> buffer = readFile(ctx, path); in addFile()
695 readFile(ctx, ltoSampleProfile); in linkerMain()
1668 std::optional<MemoryBufferRef> buffer = readFile(ctx, filename); in readConfigs()
1913 if (auto buffer = readFile(ctx, arg->getValue())) in readConfigs()
1928 if (std::optional<MemoryBufferRef> buffer = readFile(ctx, arg->getValue())) in readConfigs()
1960 if (std::optional<MemoryBufferRef> buffer = readFile(ctx, arg->getValue())) in readConfigs()
1965 if (std::optional<MemoryBufferRef> buffer = readFile(ctx, *path)) in readConfigs()
2103 if (std::optional<MemoryBufferRef> mb = readFile(ctx, *path)) { in createFiles()
2140 if (std::optional<MemoryBufferRef> mb = readFile(ctx, arg->getValue())) { in createFiles()
2149 readFile(ctx, arg->getValue())) in createFiles()
[all …]
H A DInputFiles.h43 std::optional<MemoryBufferRef> readFile(Ctx &, StringRef path);
H A DScriptParser.cpp401 if (std::optional<MemoryBufferRef> mb = readFile(ctx, *path)) { in readInclude()
H A DInputFiles.cpp219 std::optional<MemoryBufferRef> elf::readFile(Ctx &ctx, StringRef path) { in readFile() function in elf
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp289 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile()
331 if (readFile(path)) { in addFile()
367 if (readFile(path)) { in addFile()
568 std::optional<MemoryBufferRef> buffer = readFile(path); in addFileList()
1195 std::optional<MemoryBufferRef> buffer = readFile(path); in parseSymbolPatternsFile()
2187 std::optional<MemoryBufferRef> buffer = readFile(fileName); in link()
H A DInputFiles.h330 std::optional<MemoryBufferRef> readFile(StringRef path);
H A DDriverUtils.cpp168 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in createResponseFile()
H A DSectionPriorities.cpp301 std::optional<MemoryBufferRef> buffer = readFile(path); in parseOrderFile()
H A DInputFiles.cpp214 std::optional<MemoryBufferRef> macho::readFile(StringRef path) { in readFile() function in macho
1559 std::optional<MemoryBufferRef> mbref = readFile(path); in loadDylib()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h441 llvm::ErrorOr<TentativeEntry> readFile(StringRef Filename);
/freebsd/contrib/sqlite3/
H A Dshell.c25699 static char *readFile(const char *zName, int *pnByte){ in readFile() function
26130 aData = (unsigned char*)readFile(zDbFilename, &nData); in open_db()
29010 }else if( (zRes = readFile("testcase-out.txt", 0))==0 ){ in do_meta_command()