Searched refs:UniqueID (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionELF.h34 unsigned UniqueID; member in class:llvm::final
52 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
55 UniqueID(UniqueID), EntrySize(entrySize), Group(group),
83 bool isUnique() const { return UniqueID != NonUniqueID; }
84 unsigned getUniqueID() const { return UniqueID; }
51 MCSectionELF(StringRef Name, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID, MCSymbol *Begin, const MCSymbolELF *LinkedToSym) argument
H A DMCSectionWasm.h27 unsigned UniqueID; member in class:llvm::final
46 unsigned UniqueID, MCSymbol *Begin)
47 : MCSection(SV_Wasm, Name, K, Begin), UniqueID(UniqueID), Group(group) {}
67 bool isUnique() const { return UniqueID != ~0U; }
68 unsigned getUniqueID() const { return UniqueID; }
45 MCSectionWasm(StringRef Name, SectionKind K, const MCSymbolWasm *group, unsigned UniqueID, MCSymbol *Begin) argument
H A DMCContext.h208 unsigned UniqueID; member in struct:llvm::MCContext::ELFSectionKey
211 StringRef LinkedToName, unsigned UniqueID)
213 LinkedToName(LinkedToName), UniqueID(UniqueID) {}
222 return UniqueID < Other.UniqueID;
230 unsigned UniqueID; member in struct:llvm::MCContext::COFFSectionKey
233 int SelectionKey, unsigned UniqueID)
235 SelectionKey(SelectionKey), UniqueID(UniqueID) {}
210 ELFSectionKey(StringRef SectionName, StringRef GroupName, StringRef LinkedToName, unsigned UniqueID) argument
232 COFFSectionKey(StringRef SectionName, StringRef GroupName, int SelectionKey, unsigned UniqueID) argument
251 unsigned UniqueID; member in struct:llvm::MCContext::WasmSectionKey
253 WasmSectionKey(StringRef SectionName, StringRef GroupName, unsigned UniqueID) argument
546 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h87 llvm::sys::fs::UniqueID UniqueID; member in class:clang::FileEntry
97 : UniqueID(0, 0), IsNamedPipe(false), IsValid(false)
108 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; }
114 bool operator<(const FileEntry &RHS) const { return UniqueID < RHS.UniqueID; }
147 const llvm::sys::fs::UniqueID &getUniqueID() const {
177 std::map<llvm::sys::fs::UniqueID, DirectoryEntry> UniqueRealDirs;
180 std::map<llvm::sys::fs::UniqueID, FileEntr
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp391 unsigned UniqueID = Section->getUniqueID(); local
393 ELFSectionKey{Section->getName(), GroupName, "", UniqueID});
396 ELFSectionKey{Name, GroupName, "", UniqueID}, Section))
406 unsigned UniqueID,
427 Section, Type, Flags, K, EntrySize, Group, UniqueID, R, LinkedToSym);
460 const Twine &Group, unsigned UniqueID,
466 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID,
473 unsigned UniqueID,
482 LinkedToSym ? LinkedToSym->getName() : "", UniqueID},
500 UniqueID, LinkedToSy
402 createELFSectionImpl(StringRef Section, unsigned Type, unsigned Flags, SectionKind K, unsigned EntrySize, const MCSymbolELF *Group, unsigned UniqueID, const MCSymbolELF *LinkedToSym) argument
458 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const Twine &Group, unsigned UniqueID, const MCSymbolELF *LinkedToSym) argument
470 getELFSection(const Twine &Section, unsigned Type, unsigned Flags, unsigned EntrySize, const MCSymbolELF *GroupSym, unsigned UniqueID, const MCSymbolELF *LinkedToSym) argument
515 recordELFMergeableSectionInfo(StringRef SectionName, unsigned Flags, unsigned UniqueID, unsigned EntrySize) argument
549 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection, unsigned UniqueID, const char *BeginSymName) argument
589 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym, unsigned UniqueID) argument
610 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID, const char *BeginSymName) argument
622 getWasmSection(const Twine &Section, SectionKind Kind, const MCSymbolWasm *GroupSym, unsigned UniqueID, const char *BeginSymName) argument
[all...]
H A DMCSectionWasm.cpp82 OS << ",unique," << UniqueID; local
H A DMCSectionELF.cpp181 OS << ",unique," << UniqueID; local
H A DMCStreamer.cpp770 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); local
792 return Context.getAssociativeCOFFSection(MainCFISecCOFF, KeySym, UniqueID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp162 bool maybeParseUniqueID(int64_t &UniqueID);
461 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { argument
474 if (getParser().parseAbsoluteExpression(UniqueID))
476 if (UniqueID < 0)
478 if (!isUInt<32>(UniqueID) || UniqueID == ~0U)
500 int64_t UniqueID = ~0; local
574 if (maybeParseUniqueID(UniqueID))
638 SectionName, Type, Flags, Size, GroupName, UniqueID, LinkedToSym);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp681 unsigned UniqueID = MCContext::GenericSectionID; local
684 UniqueID = NextUniqueID++;
695 UniqueID = *maybeID;
706 UniqueID = NextUniqueID++;
715 UniqueID = maybeID ? *maybeID : NextUniqueID++;
732 EntrySize, Group, UniqueID, LinkedToSym);
734 // This should not be possible due to UniqueID code above.
772 unsigned UniqueID = MCContext::GenericSectionID; local
777 UniqueID = *NextUniqueID;
786 UniqueID
866 unsigned UniqueID = MCContext::GenericSectionID; local
1510 unsigned UniqueID = MCContext::GenericSectionID; local
1584 unsigned UniqueID = NextUniqueID++; local
1892 unsigned UniqueID = MCContext::GenericSectionID; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h134 class UniqueID { class in namespace:llvm::sys::fs
139 UniqueID() = default;
140 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} function in class:llvm::sys::fs::UniqueID
142 bool operator==(const UniqueID &Other) const {
145 bool operator!=(const UniqueID &Other) const { return !(*this == Other); }
146 bool operator<(const UniqueID &Other) const {
287 UniqueID getUniqueID() const;
1145 std::error_code getUniqueID(const Twine Path, UniqueID &Result);
H A DVirtualFileSystem.h47 llvm::sys::fs::UniqueID UID;
61 Status(const Twine &Name, llvm::sys::fs::UniqueID UID,
79 llvm::sys::fs::UniqueID getUniqueID() const { return UID; }
448 /// status (and thus have the same UniqueID). Because of this there is no way
497 llvm::sys::fs::UniqueID getNextVirtualUniqueID();
557 /// UniqueID = unspecified unique value
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriver.h123 std::set<llvm::sys::fs::UniqueID> visitedFiles;
H A DDriver.cpp440 static Optional<sys::fs::UniqueID> getUniqueID(StringRef path) {
441 sys::fs::UniqueID ret;
452 if (Optional<sys::fs::UniqueID> id = getUniqueID(path)) {
502 if (Optional<sys::fs::UniqueID> id = getUniqueID(path))
1630 std::set<sys::fs::UniqueID> wholeArchives;
1633 if (Optional<sys::fs::UniqueID> id = getUniqueID(*path))
1643 if (Optional<sys::fs::UniqueID> id = getUniqueID(path))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h47 unsigned UniqueID; member in class:llvm::final
113 unsigned getUniqueID() const { return UniqueID; }
H A DDwarfCompileUnit.cpp72 : DwarfUnit(GetCompileUnitType(Kind, DW), Node, A, DW, DWU), UniqueID(UID) {
H A DAsmPrinter.cpp1728 unsigned UniqueID = 0; local
1736 "", ++UniqueID, nullptr));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp320 UFE.UniqueID = Status.getUniqueID();
387 UFE->UniqueID = Status.getUniqueID();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp523 std::map<llvm::sys::fs::UniqueID, PreambleFileHash> OverriddenFiles;
575 std::map<llvm::sys::fs::UniqueID, PreambleFileHash>::iterator Overridden =
H A DASTUnit.cpp170 llvm::sys::fs::UniqueID MainFileID = FileStatus->getUniqueID();
177 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID();
193 llvm::sys::fs::UniqueID MID = MPathStatus->getUniqueID();
2253 llvm::sys::fs::UniqueID CompleteFileID = CompleteFileStatus->getUniqueID();
2258 llvm::sys::fs::UniqueID MainID = MainStatus->getUniqueID();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp64 using llvm::sys::fs::UniqueID;
71 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime,
1907 UniqueID vfs::getNextVirtualUniqueID() {
1912 return UniqueID(std::numeric_limits<uint64_t>::max(), ID);
H A DPath.cpp770 std::error_code getUniqueID(const Twine Path, UniqueID &Result) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc321 UniqueID file_status::getUniqueID() const {
322 return UniqueID(fs_st_dev, fs_st_ino);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc151 UniqueID file_status::getUniqueID() const {
157 return UniqueID(VolumeSerialNumber, FileID);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1626 llvm::sys::fs::UniqueID ID;

Completed in 195 milliseconds