Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/unittests/
H A DRIFFTests.cpp30 auto Parsed = riff::readFile(Serialized); in TEST()
H A DSerializationTests.cpp369 auto Parsed = riff::readFile(Serialized); in TEST()
424 auto Parsed = riff::readFile(Serialized); in TEST()
/llvm-project/llvm/include/llvm/TextAPI/
H A DDylibReader.h40 Expected<Records> readFile(MemoryBufferRef Buffer, const ParseOption &Opt);
/llvm-project/clang-tools-extra/clangd/
H A DRIFF.h74 llvm::Expected<File> readFile(llvm::StringRef Stream);
H A DRIFF.cpp48 llvm::Expected<File> readFile(llvm::StringRef Stream) { in readFile() function
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dobjc-avoid-throwing-exception.rst20 - (void)readFile {
/llvm-project/openmp/runtime/tools/
H A DsummarizeStats.py138 def readFile(fname):
290 tmp = readFile(f)
137 def readFile(fname): global() function
/llvm-project/lld/ELF/
H A DDriver.cpp250 std::optional<MemoryBufferRef> buffer = readFile(ctx, path);
638 readFile(ctx, ltoSampleProfile); in linkerMain()
1532 std::optional<MemoryBufferRef> buffer = readFile(ctx, filename); in readConfigs()
1757 if (auto buffer = readFile(ctx, arg->getValue())) in readConfigs()
1772 if (std::optional<MemoryBufferRef> buffer = readFile(ctx, arg->getValue())) in readConfigs()
1804 if (std::optional<MemoryBufferRef> buffer = readFile(ctx, arg->getValue())) in setConfigs()
1809 if (std::optional<MemoryBufferRef> buffer = readFile(ctx, *path)) in setConfigs()
1947 if (std::optional<MemoryBufferRef> mb = readFile(ctx, *path)) { in createFiles()
1984 if (std::optional<MemoryBufferRef> mb = readFile(ctx, arg->getValue())) { in createFiles()
1993 readFile(ct in createFiles()
[all...]
H A DInputFiles.h43 std::optional<MemoryBufferRef> readFile(Ctx &, StringRef path);
H A DScriptParser.cpp403 if (std::optional<MemoryBufferRef> mb = readFile(ctx, *path)) { in readInput()
H A DInputFiles.cpp220 std::optional<MemoryBufferRef> elf::readFile(Ctx &ctx, StringRef path) { in readFile() function in elf
/llvm-project/mlir/utils/vscode/src/MLIR/
H A DbytecodeProvider.ts64 async readFile(uri: vscode.Uri): Promise<Uint8Array> {
/llvm-project/lld/wasm/
H A DInputFiles.h196 std::optional<MemoryBufferRef> readFile(StringRef path);
H A DDriver.cpp268 if (std::optional<MemoryBufferRef> buf = readFile(filename)) in getArchiveMembers()
302 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile()
H A DInputFiles.cpp69 std::optional<MemoryBufferRef> readFile(StringRef path) { in readFile()
61 std::optional<MemoryBufferRef> readFile(StringRef path) { readFile() function
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp20 DependencyScanningWorkerFilesystem::readFile(StringRef Filename) { in readFile() function in DependencyScanningWorkerFilesystem
253 Stat->isDirectory() ? TentativeEntry(*Stat) : readFile(OriginalFilename); in computeAndStoreResult()
/llvm-project/lld/MachO/
H A DDriver.cpp293 std::optional<MemoryBufferRef> buffer = readFile(path); in addFile()
337 if (readFile(path)) { in addFile()
371 if (readFile(path)) { in addFile()
573 std::optional<MemoryBufferRef> buffer = readFile(path); in initLLVM()
1201 std::optional<MemoryBufferRef> buffer = readFile(path); in createFiles()
2191 std::optional<MemoryBufferRef> buffer = readFile(fileName);
H A DDriverUtils.cpp170 if (std::optional<MemoryBufferRef> buffer = readFile(arg->getValue())) in createResponseFile()
H A DInputFiles.h327 std::optional<MemoryBufferRef> readFile(StringRef path);
H A DSectionPriorities.cpp294 std::optional<MemoryBufferRef> buffer = readFile(path);
H A DInputFiles.cpp216 std::optional<MemoryBufferRef> macho::readFile(StringRef path) { in readFile() function in macho
1561 std::optional<MemoryBufferRef> mbref = readFile(path); in loadDylib()
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp353 Expected<Records> DylibReader::readFile(MemoryBufferRef Buffer, in readFile() function in DylibReader
430 auto SlicesOrErr = readFile(Buffer, Options); in get()
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h401 llvm::ErrorOr<TentativeEntry> readFile(StringRef Filename);
/llvm-project/clang-tools-extra/clangd/index/
H A DSerialization.cpp464 auto RIFF = riff::readFile(Data); in readRIFF()
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp1062 DylibReader::readFile((*Buffer)->getMemBufferRef(), PO); in createContext()