Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/tools/obj2yaml/Archives/
H A Dregular.yaml30 # MULTIPLE-NEXT: UID: '2'
37 # MULTIPLE-NEXT: UID: '5'
44 # MULTIPLE-NEXT: UID: ''
56 UID: '2'
64 UID: '5'
74 UID: ''
83 UID: '0'
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp103 llvm::sys::fs::UniqueID UID) const { in getShardForUID()
104 auto Hash = llvm::hash_combine(UID.getDevice(), UID.getFile()); in getShardForUID()
118 llvm::sys::fs::UniqueID UID) const { in findEntryByUID()
120 auto It = EntriesByUID.find(UID); in findEntryByUID()
138 llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat, in getOrEmplaceEntryForUID() argument
141 auto Insertion = EntriesByUID.insert({UID, nullptr}); in getOrEmplaceEntryForUID()
/llvm-project-15.0.7/llvm/lib/Object/
H A DArchiveWriter.cpp102 M.UID = UIDOrErr.get(); in getOldMember()
147 M.UID = Status.getUser(); in getFile()
196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument
201 printWithSpacePadding(Out, UID % 1000000, 6); in printRestOfMemberHeader()
212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument
215 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader()
227 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader()
237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument
247 printWithSpacePadding(Out, UID % 1000000000000, 12); // UID in printBigArchiveMemberHeader()
303 printRestOfMemberHeader(Out, ModTime, M.UID, M.GID, M.Perms, Size); in printMemberHeader()
[all …]
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-thread-siginfo.test11 # CHECK: uid = [[UID:[0-9]+]]
18 # CHECK-DAG: si_uid = [[UID]]
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/Archives/
H A Dregular.yaml75 UID: 'qwerty'
86 UID: '2'
100 # RUN: FileCheck %s --check-prefix=ERROR -DFIELD="UID" -DVAL=6
116 UID: '[[UID=""]]'
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp54 C.Fields["UID"].Value = ToString(Hdr.UID); in dump()
93 char UID[6]; member
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h176 findEntryByUID(llvm::sys::fs::UniqueID UID) const;
189 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat,
203 CacheShard &getShardForUID(llvm::sys::fs::UniqueID UID) const;
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h98 char UID[6]; member
128 char UID[12]; member
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileEntry.h342 unsigned UID = 0; // A unique (small) ID for the file.
366 unsigned getUID() const { return UID; }
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/
H A Dmalformed-archives.test125 ## Check we report an error when the characters in the UID field of a member header are not all dec…
131 # BOGUS10: [[FILE]](hello.c): truncated or malformed archive (characters in UID field in archive me…
136 UID: '~97&'
/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp380 UFE->UID = NextFileUID++; in getFileRef()
493 UFE->UID = NextFileUID++; in getVirtualFileRef()
522 BFE->UID = NextFileUID++; in getBypassFile()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size) in basic_file_status() argument
169 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status()
249 uid_t UID, gid_t GID, off_t Size) in file_status() argument
251 UID, GID, Size), in file_status()
H A DVirtualFileSystem.h50 llvm::sys::fs::UniqueID UID; variable
75 Status(const Twine &Name, llvm::sys::fs::UniqueID UID,
95 llvm::sys::fs::UniqueID getUniqueID() const { return UID; } in getUniqueID()
/llvm-project-15.0.7/llvm/test/tools/llvm-libtool-darwin/
H A Ddeterministic-library.test5 ## assume UID/GIDs are preserved if timestamps are preserved.
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86RecognizableInstr.h234 InstrUID UID; variable
H A DGICombinerEmitter.cpp139 unsigned UID = 0; member in __anoncdaa66640111::CombineRule
200 unsigned allocUID() { return UID++; } in allocUID()
H A DX86RecognizableInstr.cpp148 UID(uid), Spec(&tables.specForUID(uid)) { in RecognizableInstr()
870 UID, Is32Bit, OpPrefix == 0, in emitDecodePath()
874 tables.setTableFields(*opcodeType, insnContext(), opcodeToSet, *filter, UID, in emitDecodePath()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp65 : UID(Status.getUniqueID()), MTime(Status.getLastModificationTime()), in Status()
69 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, in Status() argument
72 : Name(Name.str()), UID(UID), MTime(MTime), User(User), Group(Group), in Status()
792 UniqueID UID = in makeStatus() local
797 return Status(Path, UID, llvm::sys::toTimePoint(ModificationTime), User, in makeStatus()
2564 static std::atomic<unsigned> UID; in getNextVirtualUniqueID() local
2565 unsigned ID = ++UID; in getNextVirtualUniqueID()
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Ddeterministic-archive.test5 # assume UID/GIDs are preserved if timestamps are preserved.
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h112 DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, AsmPrinter *A,
H A DAsmPrinter.cpp2405 unsigned UID) const { in emitJumpTableEntry()
2413 MJTI, MBB, UID, OutContext); in emitJumpTableEntry()
2447 Value = MCSymbolRefExpr::create(GetJTSetSymbol(UID, MBB->getNumber()), in emitJumpTableEntry()
2453 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF, UID, OutContext); in emitJumpTableEntry()
3435 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol() argument
3439 Twine(UID) + "_set_" + Twine(MBBID)); in GetJTSetSymbol()
H A DDwarfCompileUnit.cpp57 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit() argument
60 : DwarfUnit(GetCompileUnitType(Kind, DW), Node, A, DW, DWU), UniqueID(UID) { in DwarfCompileUnit()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h593 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
/llvm-project-15.0.7/llvm/docs/_static/
H A DLoopOptWG_invite.ics33 UID:862486b7-998c-41f8-b7ca-0906ac06f113

12