Searched refs:EntryRef (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 43 EntryRef DependencyScanningWorkerFilesystem::scanForDirectivesIfNecessary( in scanForDirectivesIfNecessary() 47 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 54 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 60 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 71 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 80 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 240 llvm::ErrorOr<EntryRef> 260 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status() 276 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry); 296 DepScanFile::create(EntryRef Entry) { in create() [all …]
|
| H A D | DependencyScanningWorker.cpp | 197 if (llvm::ErrorOr<EntryRef> Entry = in runInvocation()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 38 using EntryRef = DwarfStringPoolEntryRef; 56 EntryRef getEntry(AsmPrinter &Asm, StringRef Str); 61 EntryRef getIndexedEntry(AsmPrinter &Asm, StringRef Str);
|
| H A D | DwarfStringPool.cpp | 39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 42 return EntryRef(MapEntry); in getEntry() 45 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry() 50 return EntryRef(MapEntry); in getIndexedEntry()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.h | 236 class EntryRef { 244 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef() function 258 llvm::ErrorOr<EntryRef> unwrapError() const { in unwrapError() 296 llvm::ErrorOr<EntryRef> 312 EntryRef scanForDirectivesIfNecessary(const CachedFileSystemEntry &Entry,
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 594 for (auto EntryRef : Strings) { in generateDsymCompanion() local 595 OutFile.write(EntryRef.getString().data(), in generateDsymCompanion() 596 EntryRef.getString().size() + 1); in generateDsymCompanion()
|