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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h38 using EntryRef = DwarfStringPoolEntryRef;
56 EntryRef getEntry(AsmPrinter &Asm, StringRef Str);
58 /// Same as getEntry, except that you can use EntryRef::getIndex to obtain a
61 EntryRef getIndexedEntry(AsmPrinter &Asm, StringRef Str);
H A DDwarfStringPool.cpp39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm,
42 return EntryRef(MapEntry);
45 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm,
50 return EntryRef(MapEntry);
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp44 EntryRef DependencyScanningWorkerFilesystem::scanForDirectivesIfNecessary(
48 return EntryRef(Filename, Entry);
55 return EntryRef(Filename, Entry);
61 return EntryRef(Filename, Entry);
72 return EntryRef(Filename, Entry);
81 return EntryRef(Filename, Entry);
258 llvm::ErrorOr<EntryRef>
296 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename);
312 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry);
332 DepScanFile::create(EntryRef Entr
[all...]
H A DDependencyScanningWorker.cpp210 if (llvm::ErrorOr<EntryRef> Entry =
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h59 /// and is only materialized by \c EntryRef that knows the requested filename.
134 /// The filename is empty and only materialized by \c EntryRef.
238 class EntryRef { class in namespace:clang::tooling::dependencies
246 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) function in class:clang::tooling::dependencies::EntryRef
260 llvm::ErrorOr<EntryRef> unwrapError() const {
299 llvm::ErrorOr<EntryRef>
318 EntryRef scanForDirectivesIfNecessary(const CachedFileSystemEntry &Entry,
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1453 DwarfStringPoolEntryRef EntryRef = local
1455 MS->emitIntValue(EntryRef.getOffset(), List.Header.getOffsetByteSize());

Completed in 304 milliseconds