/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSectionWasm.h | 27 unsigned UniqueID; variable 53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
|
H A D | MCSectionELF.h | 34 unsigned UniqueID; variable 59 unsigned UniqueID, MCSymbol *Begin, in MCSectionELF() argument
|
H A D | MCContext.h | 254 unsigned UniqueID; member 275 unsigned UniqueID; member [all...] |
/llvm-project/llvm/include/llvm/Support/FileSystem/ |
H A D | UniqueID.h | 32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 520 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 D | MCStreamer.cpp | 826 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); getWinCFISection() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 495 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID() argument 554 int64_t UniqueID = ~0; in ParseSectionArguments() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 815 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 D | Indexing.cpp | 76 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 D | DwarfUnit.cpp | 85 unsigned UniqueID) in DwarfUnit() argument 90 DwarfDebug *DW, DwarfFile *DWU, unsigned UniqueID, in DwarfTypeUnit() argument
|
H A D | AsmPrinter.cpp | 2511 unsigned UniqueID = 0; doFinalization() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 1459 TEST_F(InMemoryFileSystemTest, UniqueID) { in TEST_F() argument
|