Home
last modified time | relevance | path

Searched refs:EntryRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp44 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()
258 llvm::ErrorOr<EntryRef>
296 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status()
312 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry);
332 DepScanFile::create(EntryRef Entry) { in create()
[all …]
H A DDependencyScanningWorker.cpp210 if (llvm::ErrorOr<EntryRef> Entry = in runInvocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h38 using EntryRef = DwarfStringPoolEntryRef;
56 EntryRef getEntry(AsmPrinter &Asm, StringRef Str);
61 EntryRef getIndexedEntry(AsmPrinter &Asm, StringRef Str);
H A DDwarfStringPool.cpp39 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h238 class EntryRef {
246 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef() function
260 llvm::ErrorOr<EntryRef> unwrapError() const { in unwrapError()
299 llvm::ErrorOr<EntryRef>
318 EntryRef scanForDirectivesIfNecessary(const CachedFileSystemEntry &Entry,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1453 DwarfStringPoolEntryRef EntryRef = in emitMacroTableImpl() local
1455 MS->emitIntValue(EntryRef.getOffset(), List.Header.getOffsetByteSize()); in emitMacroTableImpl()