Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp45 EntryRef Ref) { in ensureDirectiveTokensArePopulated()
272 llvm::ErrorOr<EntryRef>
282 return EntryRef(OriginalFilename, *Entry).unwrapError(); in getOrCreateFileSystemEntry()
286 return EntryRef(OriginalFilename, *MaybeEntry).unwrapError(); in getOrCreateFileSystemEntry()
297 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in status()
324 static llvm::ErrorOr<std::unique_ptr<llvm::vfs::File>> create(EntryRef Entry);
344 DepScanFile::create(EntryRef Entry) { in create()
368 llvm::ErrorOr<EntryRef> Result = getOrCreateFileSystemEntry(Filename); in openFileForRead()
H A DDependencyScanningWorker.cpp369 if (llvm::ErrorOr<EntryRef> Entry = in runInvocation()
/src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h290 class EntryRef {
300 EntryRef(StringRef Name, const CachedFileSystemEntry &Entry) in EntryRef() function
314 llvm::ErrorOr<EntryRef> unwrapError() const { in unwrapError()
360 llvm::ErrorOr<EntryRef> getOrCreateFileSystemEntry(StringRef Filename);
366 bool ensureDirectiveTokensArePopulated(EntryRef Entry);
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp1462 DwarfStringPoolEntryRef EntryRef = in emitMacroTableImpl() local
1464 MS->emitIntValue(EntryRef.getOffset(), List.Header.getOffsetByteSize()); in emitMacroTableImpl()