Home
last modified time | relevance | path

Searched defs:UniqueID (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h27 unsigned UniqueID; variable
53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
H A DMCSectionELF.h34 unsigned UniqueID; variable
59 unsigned UniqueID, MCSymbol *Begin, in MCSectionELF() argument
H A DMCContext.h254 unsigned UniqueID; member
275 unsigned UniqueID; member
[all...]
/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp520 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument
558 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
571 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * GroupSym,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
632 recordELFMergeableSectionInfo(StringRef SectionName,unsigned Flags,unsigned UniqueID,unsigned EntrySize) recordELFMergeableSectionInfo() argument
691 getCOFFSection(StringRef Section,unsigned Characteristics,StringRef COMDATSymName,int Selection,unsigned UniqueID) getCOFFSection() argument
730 getAssociativeCOFFSection(MCSectionCOFF * Sec,const MCSymbol * KeySym,unsigned UniqueID) getAssociativeCOFFSection() argument
749 getWasmSection(const Twine & Section,SectionKind K,unsigned Flags,const Twine & Group,unsigned UniqueID) getWasmSection() argument
762 getWasmSection(const Twine & Section,SectionKind Kind,unsigned Flags,const MCSymbolWasm * GroupSym,unsigned UniqueID) getWasmSection() argument
[all...]
H A DMCStreamer.cpp826 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); getWinCFISection() local
/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp495 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID() argument
554 int64_t UniqueID = ~0; in ParseSectionArguments() local
/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp815 const unsigned UniqueID = calcUniqueIDUpdateFlagsAndSize( selectExplicitSectionGlobal() local
867 unsigned UniqueID = MCContext::GenericSectionID; selectELFSectionForGlobal() local
1031 unsigned UniqueID = MCContext::GenericSectionID; getSectionForMachineBasicBlock() local
1741 unsigned UniqueID = MCContext::GenericSectionID; SelectSectionForGlobal() local
1819 unsigned UniqueID = NextUniqueID++; getSectionForJumpTable() local
2212 unsigned UniqueID = MCContext::GenericSectionID; selectWasmSectionForGlobal() local
[all...]
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp76 PPRegion() : UniqueID(0, 0), ModTime(), Offset() {} in PPRegion() argument
71 llvm::sys::fs::UniqueID UniqueID; global() member in __anona35560680111::PPRegion
106 const llvm::sys::fs::UniqueID &UniqueID = S.getUniqueID(); getHashValue() local
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp85 unsigned UniqueID) in DwarfUnit() argument
90 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID, in DwarfTypeUnit() argument
H A DAsmPrinter.cpp2511 unsigned UniqueID = 0; doFinalization() local
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1459 TEST_F(InMemoryFileSystemTest, UniqueID) { in TEST_F() argument