Searched refs:EntryRef (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningFilesystem.cpp | 44 EntryRef DependencyScanningWorkerFilesystem::scanForDirectivesIfNecessary( in scanForDirectivesIfNecessary() 48 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 55 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 61 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 72 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 81 return EntryRef(Filename, Entry); in scanForDirectivesIfNecessary() 241 llvm::ErrorOr<EntryRef> 261 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status() 277 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry); 297 DepScanFile::create(EntryRef Entry) { in create() [all …]
|
| H A D | DependencyScanningWorker.cpp | 220 if (llvm::ErrorOr<EntryRef> Entry = in runInvocation()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 595 for (auto EntryRef : Strings) { in generateDsymCompanion() local 596 OutFile.write(EntryRef.getString().data(), in generateDsymCompanion() 597 EntryRef.getString().size() + 1); in generateDsymCompanion()
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | 974 DwarfStringPoolEntryRef EntryRef = in emitMacroTableImpl() local 976 MS->emitIntValue(EntryRef.getOffset(), List.Header.getOffsetByteSize()); in emitMacroTableImpl()
|